Html Css Color HEX #B152CB Medium Orchid

📋 copy color: '#B152CB'

red 177 ◦ green 82 ◦ blue 203

#B152CB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Orchid #B152CB

Tints of Medium Orchid #B152CB

RGB

 RED value IS 177 (69.53% from 255) = 38.31%

 GREEN value IS 82 (32.42% from 255) = 17.75%

 BLUE value IS 203 (79.69% from 255) = 43.94%

R = 38.31%
G = 17.75%
B = 43.94%

CMYK

 C value IS 0.13

 M value IS 0.60

 Y value IS 0

 K value IS 0.20

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#B152CB (or 0xB152CB) is known color: Medium Orchid. HEX triplet: B1, 52 and CB. RGB value is (177,82,203). Sum of RGB (Red+Green+Blue) = 177+82+203=462 (61% of max value = 765). Red value is 177 (69.53% from 255 or 38.31% from 462); Green value is 82 (32.42% from 255 or 17.75% from 462); Blue value is 203 (79.69% from 255 or 43.94% from 462); Max value from RGB is 203 - color contains mainly: blue. Hex color #B152CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B152CB is #4EAD34. Grayscale: #7B7B7B. Windows color (decimal): -5156149 or 13324977. OLE color: 13324977.

HSL color Cylindrical-coordinate representation of color #B152CB: hue angle of 287.11º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B152CB is Cyan = 0.13, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 177 82 203 -
CMYK 0.13 0.60 0 0.20
HSL 287.11º 0.54% 0.56% -
HSV(B) 287.11º 0.6% 0.8% -
XYZ 31.93 19.69 58.62 -
YUV 124.2 172.47 165.66 -
System Red Green Blue C M Y K H S L
Decimal 177 82 203 0.13 0.60 0 0.20 287.11 0.54 0.56
Hex B1 52 CB D 3C 0 14 11F 36 38
Octal 261 122 313 15 74 0 24 437 66 70
Binary 10110001 1010010 11001011 1101 111100 0 10100 100011111 110110 111000

Color Harmonies of #B152CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B152CB

Black with #B152CB

Text Example


Text Example

White with #B152CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B152CB; }

 p { color: rgb(177,82,203); }

 H1.HeaderClassName
 {
   color: #B152CB;
 }
 .AnyTagClassName
 {
   color: #B152CB;
 }
</style>

background-color css

<style>
 a { background-color: #B152CB; }

 a { background-color: rgb(177,82,203); }

 div.DivClassName
 {
   background-color: #B152CB;
 }
 .BgClassName
 {
   background-color: #B152CB;
 }
</style>

border-color css

<style>
 span { border-color: #B152CB; }

 span { border-color: rgb(177,82,203); }

 td.TdClassName
 {
   border-color: #B152CB;
 }
 .TagClassName
 {
   border-color: #B152CB;
 }
</style>