Html Css Color HEX #B65CDC Medium Orchid

📋 copy color: '#B65CDC'

red 182 ◦ green 92 ◦ blue 220

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

Shades of Medium Orchid #B65CDC

Tints of Medium Orchid #B65CDC

RGB

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

 GREEN value IS 92 (36.33% from 255) = 18.62%

 BLUE value IS 220 (86.33% from 255) = 44.53%

R = 36.84%
G = 18.62%
B = 44.53%

CMYK

 C value IS 0.17

 M value IS 0.58

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B65CDC (or 0xB65CDC) is known color: Medium Orchid. HEX triplet: B6, 5C and DC. RGB value is (182,92,220). Sum of RGB (Red+Green+Blue) = 182+92+220=494 (65% of max value = 765). Red value is 182 (71.48% from 255 or 36.84% from 494); Green value is 92 (36.33% from 255 or 18.62% from 494); Blue value is 220 (86.33% from 255 or 44.53% from 494); Max value from RGB is 220 - color contains mainly: blue. Hex color #B65CDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B65CDC is #49A323. Grayscale: #858585. Windows color (decimal): -4825892 or 14441654. OLE color: 14441654.

HSL color Cylindrical-coordinate representation of color #B65CDC: hue angle of 282.19º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B65CDC is Cyan = 0.17, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 182 92 220 -
CMYK 0.17 0.58 0 0.14
HSL 282.19º 0.65% 0.61% -
HSV(B) 282.19º 0.58% 0.86% -
XYZ 36.04 22.77 70.21 -
YUV 133.5 176.82 162.59 -
System Red Green Blue C M Y K H S L
Decimal 182 92 220 0.17 0.58 0 0.14 282.19 0.65 0.61
Hex B6 5C DC 11 3A 0 E 11A 41 3D
Octal 266 134 334 21 72 0 16 432 101 75
Binary 10110110 1011100 11011100 10001 111010 0 1110 100011010 1000001 111101

Color Harmonies of #B65CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B65CDC

Black with #B65CDC

Text Example


Text Example

White with #B65CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B65CDC; }

 p { color: rgb(182,92,220); }

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

background-color css

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

 a { background-color: rgb(182,92,220); }

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

border-color css

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

 span { border-color: rgb(182,92,220); }

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