Html Css Color HEX #B871DA Medium Orchid

📋 copy color: '#B871DA'

red 184 ◦ green 113 ◦ blue 218

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

Shades of Medium Orchid #B871DA

Tints of Medium Orchid #B871DA

RGB

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

 GREEN value IS 113 (44.53% from 255) = 21.94%

 BLUE value IS 218 (85.55% from 255) = 42.33%

R = 35.73%
G = 21.94%
B = 42.33%

CMYK

 C value IS 0.16

 M value IS 0.48

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B871DA (or 0xB871DA) is known color: Medium Orchid. HEX triplet: B8, 71 and DA. RGB value is (184,113,218). Sum of RGB (Red+Green+Blue) = 184+113+218=515 (68% of max value = 765). Red value is 184 (72.27% from 255 or 35.73% from 515); Green value is 113 (44.53% from 255 or 21.94% from 515); Blue value is 218 (85.55% from 255 or 42.33% from 515); Max value from RGB is 218 - color contains mainly: blue. Hex color #B871DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B871DA is #478E25. Grayscale: #919191. Windows color (decimal): -4689446 or 14315960. OLE color: 14315960.

HSL color Cylindrical-coordinate representation of color #B871DA: hue angle of 280.57º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B871DA is Cyan = 0.16, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 184 113 218 -
CMYK 0.16 0.48 0 0.15
HSL 280.57º 0.59% 0.65% -
HSV(B) 280.57º 0.48% 0.85% -
XYZ 38.33 27.06 69.53 -
YUV 146.2 168.52 154.96 -
System Red Green Blue C M Y K H S L
Decimal 184 113 218 0.16 0.48 0 0.15 280.57 0.59 0.65
Hex B8 71 DA 10 30 0 F 119 3B 41
Octal 270 161 332 20 60 0 17 431 73 101
Binary 10111000 1110001 11011010 10000 110000 0 1111 100011001 111011 1000001

Color Harmonies of #B871DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B871DA

Black with #B871DA

Text Example


Text Example

White with #B871DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B871DA; }

 p { color: rgb(184,113,218); }

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

background-color css

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

 a { background-color: rgb(184,113,218); }

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

border-color css

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

 span { border-color: rgb(184,113,218); }

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