Html Css Color HEX #B846EA Medium Orchid

📋 copy color: '#B846EA'

red 184 ◦ green 70 ◦ blue 234

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

Shades of Medium Orchid #B846EA

Tints of Medium Orchid #B846EA

RGB

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

 GREEN value IS 70 (27.73% from 255) = 14.34%

 BLUE value IS 234 (91.8% from 255) = 47.95%

R = 37.7%
G = 14.34%
B = 47.95%

CMYK

 C value IS 0.21

 M value IS 0.70

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B846EA (or 0xB846EA) is known color: Medium Orchid. HEX triplet: B8, 46 and EA. RGB value is (184,70,234). Sum of RGB (Red+Green+Blue) = 184+70+234=488 (64% of max value = 765). Red value is 184 (72.27% from 255 or 37.70% from 488); Green value is 70 (27.73% from 255 or 14.34% from 488); Blue value is 234 (91.80% from 255 or 47.95% from 488); Max value from RGB is 234 - color contains mainly: blue. Hex color #B846EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B846EA is #47B915. Grayscale: #7A7A7A. Windows color (decimal): -4700438 or 15353528. OLE color: 15353528.

HSL color Cylindrical-coordinate representation of color #B846EA: hue angle of 281.71º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B846EA is Cyan = 0.21, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 184 70 234 -
CMYK 0.21 0.70 0 0.08
HSL 281.71º 0.8% 0.6% -
HSV(B) 281.71º 0.7% 0.92% -
XYZ 36.81 20.51 79.86 -
YUV 122.78 190.77 171.66 -
System Red Green Blue C M Y K H S L
Decimal 184 70 234 0.21 0.70 0 0.08 281.71 0.8 0.6
Hex B8 46 EA 15 46 0 8 11A 50 3C
Octal 270 106 352 25 106 0 10 432 120 74
Binary 10111000 1000110 11101010 10101 1000110 0 1000 100011010 1010000 111100

Color Harmonies of #B846EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B846EA

Black with #B846EA

Text Example


Text Example

White with #B846EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B846EA; }

 p { color: rgb(184,70,234); }

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

background-color css

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

 a { background-color: rgb(184,70,234); }

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

border-color css

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

 span { border-color: rgb(184,70,234); }

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