Html Css Color HEX #B472CB Medium Orchid

📋 copy color: '#B472CB'

red 180 ◦ green 114 ◦ blue 203

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

Shades of Medium Orchid #B472CB

Tints of Medium Orchid #B472CB

RGB

 RED value IS 180 (70.7% from 255) = 36.22%

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

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

R = 36.22%
G = 22.94%
B = 40.85%

CMYK

 C value IS 0.11

 M value IS 0.44

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B472CB (or 0xB472CB) is known color: Medium Orchid. HEX triplet: B4, 72 and CB. RGB value is (180,114,203). Sum of RGB (Red+Green+Blue) = 180+114+203=497 (65% of max value = 765). Red value is 180 (70.70% from 255 or 36.22% from 497); Green value is 114 (44.92% from 255 or 22.94% from 497); Blue value is 203 (79.69% from 255 or 40.85% from 497); Max value from RGB is 203 - color contains mainly: blue. Hex color #B472CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B472CB is #4B8D34. Grayscale: #8F8F8F. Windows color (decimal): -4951349 or 13333172. OLE color: 13333172.

HSL color Cylindrical-coordinate representation of color #B472CB: hue angle of 284.49º 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 #B472CB is Cyan = 0.11, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 180 114 203 -
CMYK 0.11 0.44 0 0.20
HSL 284.49º 0.46% 0.62% -
HSV(B) 284.49º 0.44% 0.8% -
XYZ 35.62 26.05 59.65 -
YUV 143.88 161.37 153.76 -
System Red Green Blue C M Y K H S L
Decimal 180 114 203 0.11 0.44 0 0.20 284.49 0.46 0.62
Hex B4 72 CB B 2C 0 14 11C 2E 3E
Octal 264 162 313 13 54 0 24 434 56 76
Binary 10110100 1110010 11001011 1011 101100 0 10100 100011100 101110 111110

Color Harmonies of #B472CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B472CB

Black with #B472CB

Text Example


Text Example

White with #B472CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B472CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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