Html Css Color HEX #B65DCE Medium Orchid

📋 copy color: '#B65DCE'

red 182 ◦ green 93 ◦ blue 206

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

Shades of Medium Orchid #B65DCE

Tints of Medium Orchid #B65DCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 42.83%

R = 37.84%
G = 19.33%
B = 42.83%

CMYK

 C value IS 0.12

 M value IS 0.55

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B65DCE (or 0xB65DCE) is known color: Medium Orchid. HEX triplet: B6, 5D and CE. RGB value is (182,93,206). Sum of RGB (Red+Green+Blue) = 182+93+206=481 (63% of max value = 765). Red value is 182 (71.48% from 255 or 37.84% from 481); Green value is 93 (36.72% from 255 or 19.33% from 481); Blue value is 206 (80.86% from 255 or 42.83% from 481); Max value from RGB is 206 - color contains mainly: blue. Hex color #B65DCE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B65DCE is #49A231. Grayscale: #848484. Windows color (decimal): -4825650 or 13524406. OLE color: 13524406.

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

Color convert

RGB 182 93 206 -
CMYK 0.12 0.55 0 0.19
HSL 287.26º 0.54% 0.59% -
HSV(B) 287.26º 0.55% 0.81% -
XYZ 34.35 22.23 60.87 -
YUV 132.49 169.49 163.31 -
System Red Green Blue C M Y K H S L
Decimal 182 93 206 0.12 0.55 0 0.19 287.26 0.54 0.59
Hex B6 5D CE C 37 0 13 11F 36 3B
Octal 266 135 316 14 67 0 23 437 66 73
Binary 10110110 1011101 11001110 1100 110111 0 10011 100011111 110110 111011

Color Harmonies of #B65DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B65DCE

Black with #B65DCE

Text Example


Text Example

White with #B65DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B65DCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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