Html Css Color HEX #B472CF Medium Orchid

📋 copy color: '#B472CF'

red 180 ◦ green 114 ◦ blue 207

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

Shades of Medium Orchid #B472CF

Tints of Medium Orchid #B472CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 41.32%

R = 35.93%
G = 22.75%
B = 41.32%

CMYK

 C value IS 0.13

 M value IS 0.45

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B472CF (or 0xB472CF) is known color: Medium Orchid. HEX triplet: B4, 72 and CF. RGB value is (180,114,207). Sum of RGB (Red+Green+Blue) = 180+114+207=501 (66% of max value = 765). Red value is 180 (70.70% from 255 or 35.93% from 501); Green value is 114 (44.92% from 255 or 22.75% from 501); Blue value is 207 (81.25% from 255 or 41.32% from 501); Max value from RGB is 207 - color contains mainly: blue. Hex color #B472CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B472CF is #4B8D30. Grayscale: #909090. Windows color (decimal): -4951345 or 13595316. OLE color: 13595316.

HSL color Cylindrical-coordinate representation of color #B472CF: hue angle of 282.58º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B472CF is Cyan = 0.13, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 180 114 207 -
CMYK 0.13 0.45 0 0.19
HSL 282.58º 0.49% 0.63% -
HSV(B) 282.58º 0.45% 0.81% -
XYZ 36.1 26.24 62.19 -
YUV 144.34 163.37 153.44 -
System Red Green Blue C M Y K H S L
Decimal 180 114 207 0.13 0.45 0 0.19 282.58 0.49 0.63
Hex B4 72 CF D 2D 0 13 11B 31 3F
Octal 264 162 317 15 55 0 23 433 61 77
Binary 10110100 1110010 11001111 1101 101101 0 10011 100011011 110001 111111

Color Harmonies of #B472CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B472CF

Black with #B472CF

Text Example


Text Example

White with #B472CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B472CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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