Html Css Color HEX #B872D0 Medium Orchid

📋 copy color: '#B872D0'

red 184 ◦ green 114 ◦ blue 208

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

Shades of Medium Orchid #B872D0

Tints of Medium Orchid #B872D0

RGB

 RED value IS 184 (72.27% from 255) = 36.36%

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

 BLUE value IS 208 (81.64% from 255) = 41.11%

R = 36.36%
G = 22.53%
B = 41.11%

CMYK

 C value IS 0.12

 M value IS 0.45

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#B872D0 (or 0xB872D0) is known color: Medium Orchid. HEX triplet: B8, 72 and D0. RGB value is (184,114,208). Sum of RGB (Red+Green+Blue) = 184+114+208=506 (67% of max value = 765). Red value is 184 (72.27% from 255 or 36.36% from 506); Green value is 114 (44.92% from 255 or 22.53% from 506); Blue value is 208 (81.64% from 255 or 41.11% from 506); Max value from RGB is 208 - color contains mainly: blue. Hex color #B872D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B872D0 is #478D2F. Grayscale: #919191. Windows color (decimal): -4689200 or 13660856. OLE color: 13660856.

HSL color Cylindrical-coordinate representation of color #B872D0: hue angle of 284.68º degrees, saturation: 0.5, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B872D0 is Cyan = 0.12, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 184 114 208 -
CMYK 0.12 0.45 0 0.18
HSL 284.68º 0.5% 0.63% -
HSV(B) 284.68º 0.45% 0.82% -
XYZ 37.17 26.78 62.88 -
YUV 145.65 163.19 155.36 -
System Red Green Blue C M Y K H S L
Decimal 184 114 208 0.12 0.45 0 0.18 284.68 0.5 0.63
Hex B8 72 D0 C 2D 0 12 11D 32 3F
Octal 270 162 320 14 55 0 22 435 62 77
Binary 10111000 1110010 11010000 1100 101101 0 10010 100011101 110010 111111

Color Harmonies of #B872D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B872D0

Black with #B872D0

Text Example


Text Example

White with #B872D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B872D0; }

 p { color: rgb(184,114,208); }

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

background-color css

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

 a { background-color: rgb(184,114,208); }

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

border-color css

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

 span { border-color: rgb(184,114,208); }

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