Html Css Color HEX #B65ACC Medium Orchid

📋 copy color: '#B65ACC'

red 182 ◦ green 90 ◦ blue 204

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

Shades of Medium Orchid #B65ACC

Tints of Medium Orchid #B65ACC

RGB

 RED value IS 182 (71.48% from 255) = 38.24%

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

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

R = 38.24%
G = 18.91%
B = 42.86%

CMYK

 C value IS 0.11

 M value IS 0.56

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#B65ACC (or 0xB65ACC) is known color: Medium Orchid. HEX triplet: B6, 5A and CC. RGB value is (182,90,204). Sum of RGB (Red+Green+Blue) = 182+90+204=476 (63% of max value = 765). Red value is 182 (71.48% from 255 or 38.24% from 476); Green value is 90 (35.55% from 255 or 18.91% from 476); Blue value is 204 (80.08% from 255 or 42.86% from 476); Max value from RGB is 204 - color contains mainly: blue. Hex color #B65ACC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B65ACC is #49A533. Grayscale: #828282. Windows color (decimal): -4826420 or 13392566. OLE color: 13392566.

HSL color Cylindrical-coordinate representation of color #B65ACC: hue angle of 288.42º 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 #B65ACC is Cyan = 0.11, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 182 90 204 -
CMYK 0.11 0.56 0 0.2
HSL 288.42º 0.53% 0.58% -
HSV(B) 288.42º 0.56% 0.8% -
XYZ 33.85 21.62 59.52 -
YUV 130.5 169.48 164.73 -
System Red Green Blue C M Y K H S L
Decimal 182 90 204 0.11 0.56 0 0.2 288.42 0.53 0.58
Hex B6 5A CC B 38 0 14 120 35 3A
Octal 266 132 314 13 70 0 24 440 65 72
Binary 10110110 1011010 11001100 1011 111000 0 10100 100100000 110101 111010

Color Harmonies of #B65ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B65ACC

Black with #B65ACC

Text Example


Text Example

White with #B65ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B65ACC; }

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

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

background-color css

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

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

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

border-color css

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

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

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