Html Css Color HEX #B844EA Medium Orchid

📋 copy color: '#B844EA'

red 184 ◦ green 68 ◦ blue 234

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

Shades of Medium Orchid #B844EA

Tints of Medium Orchid #B844EA

RGB

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

 GREEN value IS 68 (26.95% from 255) = 13.99%

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

R = 37.86%
G = 13.99%
B = 48.15%

CMYK

 C value IS 0.21

 M value IS 0.71

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B844EA (or 0xB844EA) is known color: Medium Orchid. HEX triplet: B8, 44 and EA. RGB value is (184,68,234). Sum of RGB (Red+Green+Blue) = 184+68+234=486 (64% of max value = 765). Red value is 184 (72.27% from 255 or 37.86% from 486); Green value is 68 (26.95% from 255 or 13.99% from 486); Blue value is 234 (91.80% from 255 or 48.15% from 486); Max value from RGB is 234 - color contains mainly: blue. Hex color #B844EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B844EA is #47BB15. Grayscale: #797979. Windows color (decimal): -4700950 or 15353016. OLE color: 15353016.

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

Color convert

RGB 184 68 234 -
CMYK 0.21 0.71 0 0.08
HSL 281.93º 0.8% 0.59% -
HSV(B) 281.93º 0.71% 0.92% -
XYZ 36.69 20.27 79.82 -
YUV 121.61 191.43 172.5 -
System Red Green Blue C M Y K H S L
Decimal 184 68 234 0.21 0.71 0 0.08 281.93 0.8 0.59
Hex B8 44 EA 15 47 0 8 11A 50 3B
Octal 270 104 352 25 107 0 10 432 120 73
Binary 10111000 1000100 11101010 10101 1000111 0 1000 100011010 1010000 111011

Color Harmonies of #B844EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B844EA

Black with #B844EA

Text Example


Text Example

White with #B844EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B844EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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