Html Css Color HEX #B65DD9 Medium Orchid

📋 copy color: '#B65DD9'

red 182 ◦ green 93 ◦ blue 217

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

Shades of Medium Orchid #B65DD9

Tints of Medium Orchid #B65DD9

RGB

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

 GREEN value IS 93 (36.72% from 255) = 18.9%

 BLUE value IS 217 (85.16% from 255) = 44.11%

R = 36.99%
G = 18.9%
B = 44.11%

CMYK

 C value IS 0.16

 M value IS 0.57

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B65DD9 (or 0xB65DD9) is known color: Medium Orchid. HEX triplet: B6, 5D and D9. RGB value is (182,93,217). Sum of RGB (Red+Green+Blue) = 182+93+217=492 (65% of max value = 765). Red value is 182 (71.48% from 255 or 36.99% from 492); Green value is 93 (36.72% from 255 or 18.90% from 492); Blue value is 217 (85.16% from 255 or 44.11% from 492); Max value from RGB is 217 - color contains mainly: blue. Hex color #B65DD9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B65DD9 is #49A226. Grayscale: #858585. Windows color (decimal): -4825639 or 14245302. OLE color: 14245302.

HSL color Cylindrical-coordinate representation of color #B65DD9: hue angle of 283.06º degrees, saturation: 0.62, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B65DD9 is Cyan = 0.16, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 182 93 217 -
CMYK 0.16 0.57 0 0.15
HSL 283.06º 0.62% 0.61% -
HSV(B) 283.06º 0.57% 0.85% -
XYZ 35.73 22.78 68.16 -
YUV 133.75 174.99 162.42 -
System Red Green Blue C M Y K H S L
Decimal 182 93 217 0.16 0.57 0 0.15 283.06 0.62 0.61
Hex B6 5D D9 10 39 0 F 11B 3E 3D
Octal 266 135 331 20 71 0 17 433 76 75
Binary 10110110 1011101 11011001 10000 111001 0 1111 100011011 111110 111101

Color Harmonies of #B65DD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B65DD9

Black with #B65DD9

Text Example


Text Example

White with #B65DD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B65DD9; }

 p { color: rgb(182,93,217); }

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

background-color css

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

 a { background-color: rgb(182,93,217); }

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

border-color css

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

 span { border-color: rgb(182,93,217); }

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