Html Css Color HEX #B84BEE Medium Orchid

📋 copy color: '#B84BEE'

red 184 ◦ green 75 ◦ blue 238

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

Shades of Medium Orchid #B84BEE

Tints of Medium Orchid #B84BEE

RGB

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

 GREEN value IS 75 (29.69% from 255) = 15.09%

 BLUE value IS 238 (93.36% from 255) = 47.89%

R = 37.02%
G = 15.09%
B = 47.89%

CMYK

 C value IS 0.23

 M value IS 0.68

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B84BEE (or 0xB84BEE) is known color: Medium Orchid. HEX triplet: B8, 4B and EE. RGB value is (184,75,238). Sum of RGB (Red+Green+Blue) = 184+75+238=497 (65% of max value = 765). Red value is 184 (72.27% from 255 or 37.02% from 497); Green value is 75 (29.69% from 255 or 15.09% from 497); Blue value is 238 (93.36% from 255 or 47.89% from 497); Max value from RGB is 238 - color contains mainly: blue. Hex color #B84BEE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B84BEE is #47B411. Grayscale: #7D7D7D. Windows color (decimal): -4699154 or 15616952. OLE color: 15616952.

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

Color convert

RGB 184 75 238 -
CMYK 0.23 0.68 0 0.07
HSL 280.12º 0.83% 0.61% -
HSV(B) 280.12º 0.68% 0.93% -
XYZ 37.72 21.4 83.03 -
YUV 126.17 191.11 169.25 -
System Red Green Blue C M Y K H S L
Decimal 184 75 238 0.23 0.68 0 0.07 280.12 0.83 0.61
Hex B8 4B EE 17 44 0 7 118 53 3D
Octal 270 113 356 27 104 0 7 430 123 75
Binary 10111000 1001011 11101110 10111 1000100 0 111 100011000 1010011 111101

Color Harmonies of #B84BEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B84BEE

Black with #B84BEE

Text Example


Text Example

White with #B84BEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B84BEE; }

 p { color: rgb(184,75,238); }

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

background-color css

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

 a { background-color: rgb(184,75,238); }

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

border-color css

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

 span { border-color: rgb(184,75,238); }

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