Html Css Color HEX #B65ACE Medium Orchid

📋 copy color: '#B65ACE'

red 182 ◦ green 90 ◦ blue 206

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

Shades of Medium Orchid #B65ACE

Tints of Medium Orchid #B65ACE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 43.1%

R = 38.08%
G = 18.83%
B = 43.1%

CMYK

 C value IS 0.12

 M value IS 0.56

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B65ACE (or 0xB65ACE) is known color: Medium Orchid. HEX triplet: B6, 5A and CE. RGB value is (182,90,206). Sum of RGB (Red+Green+Blue) = 182+90+206=478 (63% of max value = 765). Red value is 182 (71.48% from 255 or 38.08% from 478); Green value is 90 (35.55% from 255 or 18.83% from 478); Blue value is 206 (80.86% from 255 or 43.10% from 478); Max value from RGB is 206 - color contains mainly: blue. Hex color #B65ACE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B65ACE is #49A531. Grayscale: #828282. Windows color (decimal): -4826418 or 13523638. OLE color: 13523638.

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

Color convert

RGB 182 90 206 -
CMYK 0.12 0.56 0 0.19
HSL 287.59º 0.54% 0.58% -
HSV(B) 287.59º 0.56% 0.81% -
XYZ 34.09 21.71 60.79 -
YUV 130.73 170.48 164.57 -
System Red Green Blue C M Y K H S L
Decimal 182 90 206 0.12 0.56 0 0.19 287.59 0.54 0.58
Hex B6 5A CE C 38 0 13 120 36 3A
Octal 266 132 316 14 70 0 23 440 66 72
Binary 10110110 1011010 11001110 1100 111000 0 10011 100100000 110110 111010

Color Harmonies of #B65ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B65ACE

Black with #B65ACE

Text Example


Text Example

White with #B65ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B65ACE; }

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

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

background-color css

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

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

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

border-color css

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

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

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