Html Css Color HEX #B65DD0 Medium Orchid

📋 copy color: '#B65DD0'

red 182 ◦ green 93 ◦ blue 208

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

Shades of Medium Orchid #B65DD0

Tints of Medium Orchid #B65DD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 43.06%

R = 37.68%
G = 19.25%
B = 43.06%

CMYK

 C value IS 0.12

 M value IS 0.55

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#B65DD0 (or 0xB65DD0) is known color: Medium Orchid. HEX triplet: B6, 5D and D0. RGB value is (182,93,208). Sum of RGB (Red+Green+Blue) = 182+93+208=483 (63% of max value = 765). Red value is 182 (71.48% from 255 or 37.68% from 483); Green value is 93 (36.72% from 255 or 19.25% from 483); Blue value is 208 (81.64% from 255 or 43.06% from 483); Max value from RGB is 208 - color contains mainly: blue. Hex color #B65DD0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B65DD0 is #49A22F. Grayscale: #848484. Windows color (decimal): -4825648 or 13655478. OLE color: 13655478.

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

Color convert

RGB 182 93 208 -
CMYK 0.12 0.55 0 0.18
HSL 286.43º 0.55% 0.59% -
HSV(B) 286.43º 0.55% 0.82% -
XYZ 34.59 22.33 62.16 -
YUV 132.72 170.49 163.15 -
System Red Green Blue C M Y K H S L
Decimal 182 93 208 0.12 0.55 0 0.18 286.43 0.55 0.59
Hex B6 5D D0 C 37 0 12 11E 37 3B
Octal 266 135 320 14 67 0 22 436 67 73
Binary 10110110 1011101 11010000 1100 110111 0 10010 100011110 110111 111011

Color Harmonies of #B65DD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B65DD0

Black with #B65DD0

Text Example


Text Example

White with #B65DD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B65DD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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