Html Css Color HEX #B84EED Medium Orchid

📋 copy color: '#B84EED'

red 184 ◦ green 78 ◦ blue 237

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

Shades of Medium Orchid #B84EED

Tints of Medium Orchid #B84EED

RGB

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

 GREEN value IS 78 (30.86% from 255) = 15.63%

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

R = 36.87%
G = 15.63%
B = 47.49%

CMYK

 C value IS 0.22

 M value IS 0.67

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B84EED (or 0xB84EED) is known color: Medium Orchid. HEX triplet: B8, 4E and ED. RGB value is (184,78,237). Sum of RGB (Red+Green+Blue) = 184+78+237=499 (66% of max value = 765). Red value is 184 (72.27% from 255 or 36.87% from 499); Green value is 78 (30.86% from 255 or 15.63% from 499); Blue value is 237 (92.97% from 255 or 47.49% from 499); Max value from RGB is 237 - color contains mainly: blue. Hex color #B84EED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B84EED is #47B112. Grayscale: #7F7F7F. Windows color (decimal): -4698387 or 15552184. OLE color: 15552184.

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

Color convert

RGB 184 78 237 -
CMYK 0.22 0.67 0 0.07
HSL 280º 0.82% 0.62% -
HSV(B) 280º 0.67% 0.93% -
XYZ 37.78 21.75 82.33 -
YUV 127.82 189.62 168.07 -
System Red Green Blue C M Y K H S L
Decimal 184 78 237 0.22 0.67 0 0.07 280 0.82 0.62
Hex B8 4E ED 16 43 0 7 118 52 3E
Octal 270 116 355 26 103 0 7 430 122 76
Binary 10111000 1001110 11101101 10110 1000011 0 111 100011000 1010010 111110

Color Harmonies of #B84EED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B84EED

Black with #B84EED

Text Example


Text Example

White with #B84EED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B84EED; }

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

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

background-color css

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

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

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

border-color css

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

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

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