Html Css Color HEX #B861F2 Medium Orchid

📋 copy color: '#B861F2'

red 184 ◦ green 97 ◦ blue 242

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

Shades of Medium Orchid #B861F2

Tints of Medium Orchid #B861F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 46.27%

R = 35.18%
G = 18.55%
B = 46.27%

CMYK

 C value IS 0.24

 M value IS 0.60

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#B861F2 (or 0xB861F2) is known color: Medium Orchid. HEX triplet: B8, 61 and F2. RGB value is (184,97,242). Sum of RGB (Red+Green+Blue) = 184+97+242=523 (69% of max value = 765). Red value is 184 (72.27% from 255 or 35.18% from 523); Green value is 97 (38.28% from 255 or 18.55% from 523); Blue value is 242 (94.92% from 255 or 46.27% from 523); Max value from RGB is 242 - color contains mainly: blue. Hex color #B861F2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B861F2 is #479E0D. Grayscale: #8B8B8B. Windows color (decimal): -4693518 or 15884728. OLE color: 15884728.

HSL color Cylindrical-coordinate representation of color #B861F2: hue angle of 276º degrees, saturation: 0.85, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B861F2 is Cyan = 0.24, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 184 97 242 -
CMYK 0.24 0.60 0 0.05
HSL 276º 0.85% 0.66% -
HSV(B) 276º 0.6% 0.95% -
XYZ 40.07 25.15 86.75 -
YUV 139.54 185.82 159.71 -
System Red Green Blue C M Y K H S L
Decimal 184 97 242 0.24 0.60 0 0.05 276 0.85 0.66
Hex B8 61 F2 18 3C 0 5 114 55 42
Octal 270 141 362 30 74 0 5 424 125 102
Binary 10111000 1100001 11110010 11000 111100 0 101 100010100 1010101 1000010

Color Harmonies of #B861F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B861F2

Black with #B861F2

Text Example


Text Example

White with #B861F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B861F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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