Html Css Color HEX #B84BE7 Medium Orchid

📋 copy color: '#B84BE7'

red 184 ◦ green 75 ◦ blue 231

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

Shades of Medium Orchid #B84BE7

Tints of Medium Orchid #B84BE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 47.14%

R = 37.55%
G = 15.31%
B = 47.14%

CMYK

 C value IS 0.20

 M value IS 0.68

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#B84BE7 (or 0xB84BE7) is known color: Medium Orchid. HEX triplet: B8, 4B and E7. RGB value is (184,75,231). Sum of RGB (Red+Green+Blue) = 184+75+231=490 (64% of max value = 765). Red value is 184 (72.27% from 255 or 37.55% from 490); Green value is 75 (29.69% from 255 or 15.31% from 490); Blue value is 231 (90.62% from 255 or 47.14% from 490); Max value from RGB is 231 - color contains mainly: blue. Hex color #B84BE7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B84BE7 is #47B418. Grayscale: #7C7C7C. Windows color (decimal): -4699161 or 15158200. OLE color: 15158200.

HSL color Cylindrical-coordinate representation of color #B84BE7: hue angle of 281.92º degrees, saturation: 0.76, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B84BE7 is Cyan = 0.20, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 184 75 231 -
CMYK 0.20 0.68 0 0.09
HSL 281.92º 0.76% 0.6% -
HSV(B) 281.92º 0.68% 0.91% -
XYZ 36.71 20.99 77.72 -
YUV 125.38 187.61 169.82 -
System Red Green Blue C M Y K H S L
Decimal 184 75 231 0.20 0.68 0 0.09 281.92 0.76 0.6
Hex B8 4B E7 14 44 0 9 11A 4C 3C
Octal 270 113 347 24 104 0 11 432 114 74
Binary 10111000 1001011 11100111 10100 1000100 0 1001 100011010 1001100 111100

Color Harmonies of #B84BE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B84BE7

Black with #B84BE7

Text Example


Text Example

White with #B84BE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B84BE7; }

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

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

background-color css

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

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

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

border-color css

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

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

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