Html Css Color HEX #B872D1 Medium Orchid

📋 copy color: '#B872D1'

red 184 ◦ green 114 ◦ blue 209

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

Shades of Medium Orchid #B872D1

Tints of Medium Orchid #B872D1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 41.22%

R = 36.29%
G = 22.49%
B = 41.22%

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

#B872D1 (or 0xB872D1) is known color: Medium Orchid. HEX triplet: B8, 72 and D1. RGB value is (184,114,209). Sum of RGB (Red+Green+Blue) = 184+114+209=507 (67% of max value = 765). Red value is 184 (72.27% from 255 or 36.29% from 507); Green value is 114 (44.92% from 255 or 22.49% from 507); Blue value is 209 (82.03% from 255 or 41.22% from 507); Max value from RGB is 209 - color contains mainly: blue. Hex color #B872D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B872D1 is #478D2E. Grayscale: #919191. Windows color (decimal): -4689199 or 13726392. OLE color: 13726392.

HSL color Cylindrical-coordinate representation of color #B872D1: hue angle of 284.21º degrees, saturation: 0.51, 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 #B872D1 is Cyan = 0.12, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 184 114 209 -
CMYK 0.12 0.45 0 0.18
HSL 284.21º 0.51% 0.63% -
HSV(B) 284.21º 0.45% 0.82% -
XYZ 37.29 26.83 63.53 -
YUV 145.76 163.69 155.28 -
System Red Green Blue C M Y K H S L
Decimal 184 114 209 0.12 0.45 0 0.18 284.21 0.51 0.63
Hex B8 72 D1 C 2D 0 12 11C 33 3F
Octal 270 162 321 14 55 0 22 434 63 77
Binary 10111000 1110010 11010001 1100 101101 0 10010 100011100 110011 111111

Color Harmonies of #B872D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B872D1

Black with #B872D1

Text Example


Text Example

White with #B872D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B872D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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