Html Css Color HEX #B845EB Medium Orchid

📋 copy color: '#B845EB'

red 184 ◦ green 69 ◦ blue 235

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

Shades of Medium Orchid #B845EB

Tints of Medium Orchid #B845EB

RGB

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

 GREEN value IS 69 (27.34% from 255) = 14.14%

 BLUE value IS 235 (92.19% from 255) = 48.16%

R = 37.7%
G = 14.14%
B = 48.16%

CMYK

 C value IS 0.22

 M value IS 0.71

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B845EB (or 0xB845EB) is known color: Medium Orchid. HEX triplet: B8, 45 and EB. RGB value is (184,69,235). Sum of RGB (Red+Green+Blue) = 184+69+235=488 (64% of max value = 765). Red value is 184 (72.27% from 255 or 37.70% from 488); Green value is 69 (27.34% from 255 or 14.14% from 488); Blue value is 235 (92.19% from 255 or 48.16% from 488); Max value from RGB is 235 - color contains mainly: blue. Hex color #B845EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B845EB is #47BA14. Grayscale: #797979. Windows color (decimal): -4700693 or 15418808. OLE color: 15418808.

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

Color convert

RGB 184 69 235 -
CMYK 0.22 0.71 0 0.08
HSL 281.57º 0.81% 0.6% -
HSV(B) 281.57º 0.71% 0.92% -
XYZ 36.89 20.44 80.6 -
YUV 122.31 191.6 172 -
System Red Green Blue C M Y K H S L
Decimal 184 69 235 0.22 0.71 0 0.08 281.57 0.81 0.6
Hex B8 45 EB 16 47 0 8 11A 51 3C
Octal 270 105 353 26 107 0 10 432 121 74
Binary 10111000 1000101 11101011 10110 1000111 0 1000 100011010 1010001 111100

Color Harmonies of #B845EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B845EB

Black with #B845EB

Text Example


Text Example

White with #B845EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B845EB; }

 p { color: rgb(184,69,235); }

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

background-color css

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

 a { background-color: rgb(184,69,235); }

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

border-color css

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

 span { border-color: rgb(184,69,235); }

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