Html Css Color HEX #B85ACC Medium Orchid

📋 copy color: '#B85ACC'

red 184 ◦ green 90 ◦ blue 204

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

Shades of Medium Orchid #B85ACC

Tints of Medium Orchid #B85ACC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 42.68%

R = 38.49%
G = 18.83%
B = 42.68%

CMYK

 C value IS 0.10

 M value IS 0.56

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#B85ACC (or 0xB85ACC) is known color: Medium Orchid. HEX triplet: B8, 5A and CC. RGB value is (184,90,204). Sum of RGB (Red+Green+Blue) = 184+90+204=478 (63% of max value = 765). Red value is 184 (72.27% from 255 or 38.49% from 478); Green value is 90 (35.55% from 255 or 18.83% from 478); Blue value is 204 (80.08% from 255 or 42.68% from 478); Max value from RGB is 204 - color contains mainly: blue. Hex color #B85ACC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B85ACC is #47A533. Grayscale: #828282. Windows color (decimal): -4695348 or 13392568. OLE color: 13392568.

HSL color Cylindrical-coordinate representation of color #B85ACC: hue angle of 289.47º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B85ACC is Cyan = 0.10, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 184 90 204 -
CMYK 0.10 0.56 0 0.2
HSL 289.47º 0.53% 0.58% -
HSV(B) 289.47º 0.56% 0.8% -
XYZ 34.32 21.86 59.54 -
YUV 131.1 169.14 165.73 -
System Red Green Blue C M Y K H S L
Decimal 184 90 204 0.10 0.56 0 0.2 289.47 0.53 0.58
Hex B8 5A CC A 38 0 14 121 35 3A
Octal 270 132 314 12 70 0 24 441 65 72
Binary 10111000 1011010 11001100 1010 111000 0 10100 100100001 110101 111010

Color Harmonies of #B85ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B85ACC

Black with #B85ACC

Text Example


Text Example

White with #B85ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B85ACC; }

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

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

background-color css

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

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

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

border-color css

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

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

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