Html Css Color HEX #B871ED Medium Orchid

📋 copy color: '#B871ED'

red 184 ◦ green 113 ◦ blue 237

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

Shades of Medium Orchid #B871ED

Tints of Medium Orchid #B871ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 44.38%

R = 34.46%
G = 21.16%
B = 44.38%

CMYK

 C value IS 0.22

 M value IS 0.52

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B871ED (or 0xB871ED) is known color: Medium Orchid. HEX triplet: B8, 71 and ED. RGB value is (184,113,237). Sum of RGB (Red+Green+Blue) = 184+113+237=534 (70% of max value = 765). Red value is 184 (72.27% from 255 or 34.46% from 534); Green value is 113 (44.53% from 255 or 21.16% from 534); Blue value is 237 (92.97% from 255 or 44.38% from 534); Max value from RGB is 237 - color contains mainly: blue. Hex color #B871ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B871ED is #478E12. Grayscale: #939393. Windows color (decimal): -4689427 or 15561144. OLE color: 15561144.

HSL color Cylindrical-coordinate representation of color #B871ED: hue angle of 274.35º degrees, saturation: 0.77, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B871ED is Cyan = 0.22, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 184 113 237 -
CMYK 0.22 0.52 0 0.07
HSL 274.35º 0.78% 0.69% -
HSV(B) 274.35º 0.52% 0.93% -
XYZ 40.96 28.12 83.39 -
YUV 148.37 178.02 153.42 -
System Red Green Blue C M Y K H S L
Decimal 184 113 237 0.22 0.52 0 0.07 274.35 0.78 0.69
Hex B8 71 ED 16 34 0 7 112 4E 45
Octal 270 161 355 26 64 0 7 422 116 105
Binary 10111000 1110001 11101101 10110 110100 0 111 100010010 1001110 1000101

Color Harmonies of #B871ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B871ED

Black with #B871ED

Text Example


Text Example

White with #B871ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B871ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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