Html Css Color HEX #B854CF Medium Orchid

📋 copy color: '#B854CF'

red 184 ◦ green 84 ◦ blue 207

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

Shades of Medium Orchid #B854CF

Tints of Medium Orchid #B854CF

RGB

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

 GREEN value IS 84 (33.2% from 255) = 17.68%

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

R = 38.74%
G = 17.68%
B = 43.58%

CMYK

 C value IS 0.11

 M value IS 0.59

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B854CF (or 0xB854CF) is known color: Medium Orchid. HEX triplet: B8, 54 and CF. RGB value is (184,84,207). Sum of RGB (Red+Green+Blue) = 184+84+207=475 (62% of max value = 765). Red value is 184 (72.27% from 255 or 38.74% from 475); Green value is 84 (33.20% from 255 or 17.68% from 475); Blue value is 207 (81.25% from 255 or 43.58% from 475); Max value from RGB is 207 - color contains mainly: blue. Hex color #B854CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B854CF is #47AB30. Grayscale: #7F7F7F. Windows color (decimal): -4696881 or 13587640. OLE color: 13587640.

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

Color convert

RGB 184 84 207 -
CMYK 0.11 0.59 0 0.19
HSL 288.78º 0.56% 0.57% -
HSV(B) 288.78º 0.59% 0.81% -
XYZ 34.2 21.04 61.29 -
YUV 127.92 172.63 168 -
System Red Green Blue C M Y K H S L
Decimal 184 84 207 0.11 0.59 0 0.19 288.78 0.56 0.57
Hex B8 54 CF B 3B 0 13 121 38 39
Octal 270 124 317 13 73 0 23 441 70 71
Binary 10111000 1010100 11001111 1011 111011 0 10011 100100001 111000 111001

Color Harmonies of #B854CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B854CF

Black with #B854CF

Text Example


Text Example

White with #B854CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B854CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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