Html Css Color HEX #B65ACD Medium Orchid

📋 copy color: '#B65ACD'

red 182 ◦ green 90 ◦ blue 205

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

Shades of Medium Orchid #B65ACD

Tints of Medium Orchid #B65ACD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 42.98%

R = 38.16%
G = 18.87%
B = 42.98%

CMYK

 C value IS 0.11

 M value IS 0.56

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B65ACD (or 0xB65ACD) is known color: Medium Orchid. HEX triplet: B6, 5A and CD. RGB value is (182,90,205). Sum of RGB (Red+Green+Blue) = 182+90+205=477 (63% of max value = 765). Red value is 182 (71.48% from 255 or 38.16% from 477); Green value is 90 (35.55% from 255 or 18.87% from 477); Blue value is 205 (80.47% from 255 or 42.98% from 477); Max value from RGB is 205 - color contains mainly: blue. Hex color #B65ACD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B65ACD is #49A532. Grayscale: #828282. Windows color (decimal): -4826419 or 13458102. OLE color: 13458102.

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

Color convert

RGB 182 90 205 -
CMYK 0.11 0.56 0 0.20
HSL 288º 0.53% 0.58% -
HSV(B) 288º 0.56% 0.8% -
XYZ 33.97 21.67 60.15 -
YUV 130.62 169.98 164.65 -
System Red Green Blue C M Y K H S L
Decimal 182 90 205 0.11 0.56 0 0.20 288 0.53 0.58
Hex B6 5A CD B 38 0 14 120 35 3A
Octal 266 132 315 13 70 0 24 440 65 72
Binary 10110110 1011010 11001101 1011 111000 0 10100 100100000 110101 111010

Color Harmonies of #B65ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B65ACD

Black with #B65ACD

Text Example


Text Example

White with #B65ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B65ACD; }

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

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

background-color css

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

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

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

border-color css

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

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

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