Html Css Color HEX #B65DD1 Medium Orchid

📋 copy color: '#B65DD1'

red 182 ◦ green 93 ◦ blue 209

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

Shades of Medium Orchid #B65DD1

Tints of Medium Orchid #B65DD1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 43.18%

R = 37.6%
G = 19.21%
B = 43.18%

CMYK

 C value IS 0.13

 M value IS 0.56

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#B65DD1 (or 0xB65DD1) is known color: Medium Orchid. HEX triplet: B6, 5D and D1. RGB value is (182,93,209). Sum of RGB (Red+Green+Blue) = 182+93+209=484 (64% of max value = 765). Red value is 182 (71.48% from 255 or 37.60% from 484); Green value is 93 (36.72% from 255 or 19.21% from 484); Blue value is 209 (82.03% from 255 or 43.18% from 484); Max value from RGB is 209 - color contains mainly: blue. Hex color #B65DD1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B65DD1 is #49A22E. Grayscale: #848484. Windows color (decimal): -4825647 or 13721014. OLE color: 13721014.

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

Color convert

RGB 182 93 209 -
CMYK 0.13 0.56 0 0.18
HSL 286.03º 0.56% 0.59% -
HSV(B) 286.03º 0.56% 0.82% -
XYZ 34.71 22.38 62.81 -
YUV 132.84 170.99 163.07 -
System Red Green Blue C M Y K H S L
Decimal 182 93 209 0.13 0.56 0 0.18 286.03 0.56 0.59
Hex B6 5D D1 D 38 0 12 11E 38 3B
Octal 266 135 321 15 70 0 22 436 70 73
Binary 10110110 1011101 11010001 1101 111000 0 10010 100011110 111000 111011

Color Harmonies of #B65DD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B65DD1

Black with #B65DD1

Text Example


Text Example

White with #B65DD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B65DD1; }

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

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

background-color css

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

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

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

border-color css

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

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

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