Html Css Color HEX #B84BCF Medium Orchid

📋 copy color: '#B84BCF'

red 184 ◦ green 75 ◦ blue 207

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

Shades of Medium Orchid #B84BCF

Tints of Medium Orchid #B84BCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 44.42%

R = 39.48%
G = 16.09%
B = 44.42%

CMYK

 C value IS 0.11

 M value IS 0.64

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B84BCF (or 0xB84BCF) is known color: Medium Orchid. HEX triplet: B8, 4B and CF. RGB value is (184,75,207). Sum of RGB (Red+Green+Blue) = 184+75+207=466 (61% of max value = 765). Red value is 184 (72.27% from 255 or 39.48% from 466); Green value is 75 (29.69% from 255 or 16.09% from 466); Blue value is 207 (81.25% from 255 or 44.42% from 466); Max value from RGB is 207 - color contains mainly: blue. Hex color #B84BCF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B84BCF is #47B430. Grayscale: #7A7A7A. Windows color (decimal): -4699185 or 13585336. OLE color: 13585336.

HSL color Cylindrical-coordinate representation of color #B84BCF: hue angle of 289.55º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B84BCF is Cyan = 0.11, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 184 75 207 -
CMYK 0.11 0.64 0 0.19
HSL 289.55º 0.58% 0.55% -
HSV(B) 289.55º 0.64% 0.81% -
XYZ 33.55 19.73 61.07 -
YUV 122.64 175.61 171.77 -
System Red Green Blue C M Y K H S L
Decimal 184 75 207 0.11 0.64 0 0.19 289.55 0.58 0.55
Hex B8 4B CF B 40 0 13 122 3A 37
Octal 270 113 317 13 100 0 23 442 72 67
Binary 10111000 1001011 11001111 1011 1000000 0 10011 100100010 111010 110111

Color Harmonies of #B84BCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B84BCF

Black with #B84BCF

Text Example


Text Example

White with #B84BCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B84BCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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