Html Css Color HEX #B861E1 Medium Orchid

📋 copy color: '#B861E1'

red 184 ◦ green 97 ◦ blue 225

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

Shades of Medium Orchid #B861E1

Tints of Medium Orchid #B861E1

RGB

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

 GREEN value IS 97 (38.28% from 255) = 19.17%

 BLUE value IS 225 (88.28% from 255) = 44.47%

R = 36.36%
G = 19.17%
B = 44.47%

CMYK

 C value IS 0.18

 M value IS 0.57

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#B861E1 (or 0xB861E1) is known color: Medium Orchid. HEX triplet: B8, 61 and E1. RGB value is (184,97,225). Sum of RGB (Red+Green+Blue) = 184+97+225=506 (67% of max value = 765). Red value is 184 (72.27% from 255 or 36.36% from 506); Green value is 97 (38.28% from 255 or 19.17% from 506); Blue value is 225 (88.28% from 255 or 44.47% from 506); Max value from RGB is 225 - color contains mainly: blue. Hex color #B861E1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B861E1 is #479E1E. Grayscale: #898989. Windows color (decimal): -4693535 or 14770616. OLE color: 14770616.

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

Color convert

RGB 184 97 225 -
CMYK 0.18 0.57 0 0.12
HSL 280.78º 0.68% 0.63% -
HSV(B) 280.78º 0.57% 0.88% -
XYZ 37.63 24.18 73.92 -
YUV 137.61 177.32 161.09 -
System Red Green Blue C M Y K H S L
Decimal 184 97 225 0.18 0.57 0 0.12 280.78 0.68 0.63
Hex B8 61 E1 12 39 0 C 119 44 3F
Octal 270 141 341 22 71 0 14 431 104 77
Binary 10111000 1100001 11100001 10010 111001 0 1100 100011001 1000100 111111

Color Harmonies of #B861E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B861E1

Black with #B861E1

Text Example


Text Example

White with #B861E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B861E1; }

 p { color: rgb(184,97,225); }

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

background-color css

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

 a { background-color: rgb(184,97,225); }

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

border-color css

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

 span { border-color: rgb(184,97,225); }

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