Html Css Color HEX #B65AD2 Medium Orchid

📋 copy color: '#B65AD2'

red 182 ◦ green 90 ◦ blue 210

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

Shades of Medium Orchid #B65AD2

Tints of Medium Orchid #B65AD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 43.57%

R = 37.76%
G = 18.67%
B = 43.57%

CMYK

 C value IS 0.13

 M value IS 0.57

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#B65AD2 (or 0xB65AD2) is known color: Medium Orchid. HEX triplet: B6, 5A and D2. RGB value is (182,90,210). Sum of RGB (Red+Green+Blue) = 182+90+210=482 (63% of max value = 765). Red value is 182 (71.48% from 255 or 37.76% from 482); Green value is 90 (35.55% from 255 or 18.67% from 482); Blue value is 210 (82.42% from 255 or 43.57% from 482); Max value from RGB is 210 - color contains mainly: blue. Hex color #B65AD2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B65AD2 is #49A52D. Grayscale: #828282. Windows color (decimal): -4826414 or 13785782. OLE color: 13785782.

HSL color Cylindrical-coordinate representation of color #B65AD2: hue angle of 286º degrees, saturation: 0.57, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B65AD2 is Cyan = 0.13, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 182 90 210 -
CMYK 0.13 0.57 0 0.18
HSL 286º 0.57% 0.59% -
HSV(B) 286º 0.57% 0.82% -
XYZ 34.58 21.91 63.38 -
YUV 131.19 172.48 164.24 -
System Red Green Blue C M Y K H S L
Decimal 182 90 210 0.13 0.57 0 0.18 286 0.57 0.59
Hex B6 5A D2 D 39 0 12 11E 39 3B
Octal 266 132 322 15 71 0 22 436 71 73
Binary 10110110 1011010 11010010 1101 111001 0 10010 100011110 111001 111011

Color Harmonies of #B65AD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B65AD2

Black with #B65AD2

Text Example


Text Example

White with #B65AD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B65AD2; }

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

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

background-color css

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

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

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

border-color css

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

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

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