Html Css Color HEX #B272CB Medium Orchid

📋 copy color: '#B272CB'

red 178 ◦ green 114 ◦ blue 203

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

Shades of Medium Orchid #B272CB

Tints of Medium Orchid #B272CB

RGB

 RED value IS 178 (69.92% from 255) = 35.96%

 GREEN value IS 114 (44.92% from 255) = 23.03%

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

R = 35.96%
G = 23.03%
B = 41.01%

CMYK

 C value IS 0.12

 M value IS 0.44

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B272CB (or 0xB272CB) is known color: Medium Orchid. HEX triplet: B2, 72 and CB. RGB value is (178,114,203). Sum of RGB (Red+Green+Blue) = 178+114+203=495 (65% of max value = 765). Red value is 178 (69.92% from 255 or 35.96% from 495); Green value is 114 (44.92% from 255 or 23.03% from 495); Blue value is 203 (79.69% from 255 or 41.01% from 495); Max value from RGB is 203 - color contains mainly: blue. Hex color #B272CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B272CB is #4D8D34. Grayscale: #8E8E8E. Windows color (decimal): -5082421 or 13333170. OLE color: 13333170.

HSL color Cylindrical-coordinate representation of color #B272CB: hue angle of 283.15º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B272CB is Cyan = 0.12, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 178 114 203 -
CMYK 0.12 0.44 0 0.20
HSL 283.15º 0.46% 0.62% -
HSV(B) 283.15º 0.44% 0.8% -
XYZ 35.16 25.81 59.63 -
YUV 143.28 161.7 152.76 -
System Red Green Blue C M Y K H S L
Decimal 178 114 203 0.12 0.44 0 0.20 283.15 0.46 0.62
Hex B2 72 CB C 2C 0 14 11B 2E 3E
Octal 262 162 313 14 54 0 24 433 56 76
Binary 10110010 1110010 11001011 1100 101100 0 10100 100011011 101110 111110

Color Harmonies of #B272CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B272CB

Black with #B272CB

Text Example


Text Example

White with #B272CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B272CB; }

 p { color: rgb(178,114,203); }

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

background-color css

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

 a { background-color: rgb(178,114,203); }

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

border-color css

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

 span { border-color: rgb(178,114,203); }

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