Html Css Color HEX #B849EA Medium Orchid

📋 copy color: '#B849EA'

red 184 ◦ green 73 ◦ blue 234

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

Shades of Medium Orchid #B849EA

Tints of Medium Orchid #B849EA

RGB

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

 GREEN value IS 73 (28.91% from 255) = 14.87%

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

R = 37.47%
G = 14.87%
B = 47.66%

CMYK

 C value IS 0.21

 M value IS 0.69

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B849EA (or 0xB849EA) is known color: Medium Orchid. HEX triplet: B8, 49 and EA. RGB value is (184,73,234). Sum of RGB (Red+Green+Blue) = 184+73+234=491 (65% of max value = 765). Red value is 184 (72.27% from 255 or 37.47% from 491); Green value is 73 (28.91% from 255 or 14.87% from 491); Blue value is 234 (91.80% from 255 or 47.66% from 491); Max value from RGB is 234 - color contains mainly: blue. Hex color #B849EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B849EA is #47B615. Grayscale: #7C7C7C. Windows color (decimal): -4699670 or 15354296. OLE color: 15354296.

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

Color convert

RGB 184 73 234 -
CMYK 0.21 0.69 0 0.08
HSL 281.37º 0.79% 0.6% -
HSV(B) 281.37º 0.69% 0.92% -
XYZ 37 20.9 79.93 -
YUV 124.54 189.77 170.41 -
System Red Green Blue C M Y K H S L
Decimal 184 73 234 0.21 0.69 0 0.08 281.37 0.79 0.6
Hex B8 49 EA 15 45 0 8 119 4F 3C
Octal 270 111 352 25 105 0 10 431 117 74
Binary 10111000 1001001 11101010 10101 1000101 0 1000 100011001 1001111 111100

Color Harmonies of #B849EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B849EA

Black with #B849EA

Text Example


Text Example

White with #B849EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B849EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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