Html Css Color HEX #B849ED Medium Orchid

📋 copy color: '#B849ED'

red 184 ◦ green 73 ◦ blue 237

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

Shades of Medium Orchid #B849ED

Tints of Medium Orchid #B849ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 47.98%

R = 37.25%
G = 14.78%
B = 47.98%

CMYK

 C value IS 0.22

 M value IS 0.69

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B849ED (or 0xB849ED) is known color: Medium Orchid. HEX triplet: B8, 49 and ED. RGB value is (184,73,237). Sum of RGB (Red+Green+Blue) = 184+73+237=494 (65% of max value = 765). Red value is 184 (72.27% from 255 or 37.25% from 494); Green value is 73 (28.91% from 255 or 14.78% from 494); Blue value is 237 (92.97% from 255 or 47.98% from 494); Max value from RGB is 237 - color contains mainly: blue. Hex color #B849ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B849ED is #47B612. Grayscale: #7C7C7C. Windows color (decimal): -4699667 or 15550904. OLE color: 15550904.

HSL color Cylindrical-coordinate representation of color #B849ED: hue angle of 280.61º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B849ED is Cyan = 0.22, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 184 73 237 -
CMYK 0.22 0.69 0 0.07
HSL 280.61º 0.82% 0.61% -
HSV(B) 280.61º 0.69% 0.93% -
XYZ 37.44 21.07 82.21 -
YUV 124.89 191.27 170.16 -
System Red Green Blue C M Y K H S L
Decimal 184 73 237 0.22 0.69 0 0.07 280.61 0.82 0.61
Hex B8 49 ED 16 45 0 7 119 52 3D
Octal 270 111 355 26 105 0 7 431 122 75
Binary 10111000 1001001 11101101 10110 1000101 0 111 100011001 1010010 111101

Color Harmonies of #B849ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B849ED

Black with #B849ED

Text Example


Text Example

White with #B849ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B849ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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