Html Css Color HEX #B65DCC Medium Orchid

📋 copy color: '#B65DCC'

red 182 ◦ green 93 ◦ blue 204

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

Shades of Medium Orchid #B65DCC

Tints of Medium Orchid #B65DCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 42.59%

R = 38%
G = 19.42%
B = 42.59%

CMYK

 C value IS 0.11

 M value IS 0.54

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#B65DCC (or 0xB65DCC) is known color: Medium Orchid. HEX triplet: B6, 5D and CC. RGB value is (182,93,204). Sum of RGB (Red+Green+Blue) = 182+93+204=479 (63% of max value = 765). Red value is 182 (71.48% from 255 or 38.00% from 479); Green value is 93 (36.72% from 255 or 19.42% from 479); Blue value is 204 (80.08% from 255 or 42.59% from 479); Max value from RGB is 204 - color contains mainly: blue. Hex color #B65DCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B65DCC is #49A233. Grayscale: #838383. Windows color (decimal): -4825652 or 13393334. OLE color: 13393334.

HSL color Cylindrical-coordinate representation of color #B65DCC: hue angle of 288.11º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B65DCC is Cyan = 0.11, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 182 93 204 -
CMYK 0.11 0.54 0 0.2
HSL 288.11º 0.52% 0.58% -
HSV(B) 288.11º 0.54% 0.8% -
XYZ 34.1 22.13 59.6 -
YUV 132.27 168.49 163.47 -
System Red Green Blue C M Y K H S L
Decimal 182 93 204 0.11 0.54 0 0.2 288.11 0.52 0.58
Hex B6 5D CC B 36 0 14 120 34 3A
Octal 266 135 314 13 66 0 24 440 64 72
Binary 10110110 1011101 11001100 1011 110110 0 10100 100100000 110100 111010

Color Harmonies of #B65DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B65DCC

Black with #B65DCC

Text Example


Text Example

White with #B65DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B65DCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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