Html Css Color HEX #B871E6 Medium Orchid

📋 copy color: '#B871E6'

red 184 ◦ green 113 ◦ blue 230

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

Shades of Medium Orchid #B871E6

Tints of Medium Orchid #B871E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 43.64%

R = 34.91%
G = 21.44%
B = 43.64%

CMYK

 C value IS 0.2

 M value IS 0.51

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#B871E6 (or 0xB871E6) is known color: Medium Orchid. HEX triplet: B8, 71 and E6. RGB value is (184,113,230). Sum of RGB (Red+Green+Blue) = 184+113+230=527 (69% of max value = 765). Red value is 184 (72.27% from 255 or 34.91% from 527); Green value is 113 (44.53% from 255 or 21.44% from 527); Blue value is 230 (90.23% from 255 or 43.64% from 527); Max value from RGB is 230 - color contains mainly: blue. Hex color #B871E6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B871E6 is #478E19. Grayscale: #939393. Windows color (decimal): -4689434 or 15102392. OLE color: 15102392.

HSL color Cylindrical-coordinate representation of color #B871E6: hue angle of 276.41º degrees, saturation: 0.7, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B871E6 is Cyan = 0.2, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 184 113 230 -
CMYK 0.2 0.51 0 0.10
HSL 276.41º 0.7% 0.67% -
HSV(B) 276.41º 0.51% 0.9% -
XYZ 39.96 27.71 78.11 -
YUV 147.57 174.52 153.99 -
System Red Green Blue C M Y K H S L
Decimal 184 113 230 0.2 0.51 0 0.10 276.41 0.7 0.67
Hex B8 71 E6 14 33 0 A 114 46 43
Octal 270 161 346 24 63 0 12 424 106 103
Binary 10111000 1110001 11100110 10100 110011 0 1010 100010100 1000110 1000011

Color Harmonies of #B871E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B871E6

Black with #B871E6

Text Example


Text Example

White with #B871E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B871E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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