Html Css Color HEX #B85ACF Medium Orchid

📋 copy color: '#B85ACF'

red 184 ◦ green 90 ◦ blue 207

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

Shades of Medium Orchid #B85ACF

Tints of Medium Orchid #B85ACF

RGB

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

 GREEN value IS 90 (35.55% from 255) = 18.71%

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

R = 38.25%
G = 18.71%
B = 43.04%

CMYK

 C value IS 0.11

 M value IS 0.57

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B85ACF (or 0xB85ACF) is known color: Medium Orchid. HEX triplet: B8, 5A and CF. RGB value is (184,90,207). Sum of RGB (Red+Green+Blue) = 184+90+207=481 (63% of max value = 765). Red value is 184 (72.27% from 255 or 38.25% from 481); Green value is 90 (35.55% from 255 or 18.71% from 481); Blue value is 207 (81.25% from 255 or 43.04% from 481); Max value from RGB is 207 - color contains mainly: blue. Hex color #B85ACF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B85ACF is #47A530. Grayscale: #838383. Windows color (decimal): -4695345 or 13589176. OLE color: 13589176.

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

Color convert

RGB 184 90 207 -
CMYK 0.11 0.57 0 0.19
HSL 288.21º 0.55% 0.58% -
HSV(B) 288.21º 0.57% 0.81% -
XYZ 34.69 22.01 61.45 -
YUV 131.44 170.64 165.49 -
System Red Green Blue C M Y K H S L
Decimal 184 90 207 0.11 0.57 0 0.19 288.21 0.55 0.58
Hex B8 5A CF B 39 0 13 120 37 3A
Octal 270 132 317 13 71 0 23 440 67 72
Binary 10111000 1011010 11001111 1011 111001 0 10011 100100000 110111 111010

Color Harmonies of #B85ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B85ACF

Black with #B85ACF

Text Example


Text Example

White with #B85ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B85ACF; }

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

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

background-color css

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

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

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

border-color css

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

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

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