Html Css Color HEX #B84CCF Medium Orchid

📋 copy color: '#B84CCF'

red 184 ◦ green 76 ◦ blue 207

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

Shades of Medium Orchid #B84CCF

Tints of Medium Orchid #B84CCF

RGB

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

 GREEN value IS 76 (30.08% from 255) = 16.27%

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

R = 39.4%
G = 16.27%
B = 44.33%

CMYK

 C value IS 0.11

 M value IS 0.63

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B84CCF (or 0xB84CCF) is known color: Medium Orchid. HEX triplet: B8, 4C and CF. RGB value is (184,76,207). Sum of RGB (Red+Green+Blue) = 184+76+207=467 (61% of max value = 765). Red value is 184 (72.27% from 255 or 39.40% from 467); Green value is 76 (30.08% from 255 or 16.27% from 467); Blue value is 207 (81.25% from 255 or 44.33% from 467); Max value from RGB is 207 - color contains mainly: blue. Hex color #B84CCF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B84CCF is #47B330. Grayscale: #7A7A7A. Windows color (decimal): -4698929 or 13585592. OLE color: 13585592.

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

Color convert

RGB 184 76 207 -
CMYK 0.11 0.63 0 0.19
HSL 289.47º 0.58% 0.55% -
HSV(B) 289.47º 0.63% 0.81% -
XYZ 33.61 19.86 61.09 -
YUV 123.23 175.28 171.35 -
System Red Green Blue C M Y K H S L
Decimal 184 76 207 0.11 0.63 0 0.19 289.47 0.58 0.55
Hex B8 4C CF B 3F 0 13 121 3A 37
Octal 270 114 317 13 77 0 23 441 72 67
Binary 10111000 1001100 11001111 1011 111111 0 10011 100100001 111010 110111

Color Harmonies of #B84CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B84CCF

Black with #B84CCF

Text Example


Text Example

White with #B84CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B84CCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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