Html Css Color HEX #B65ECC Medium Orchid

📋 copy color: '#B65ECC'

red 182 ◦ green 94 ◦ blue 204

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

Shades of Medium Orchid #B65ECC

Tints of Medium Orchid #B65ECC

RGB

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

 GREEN value IS 94 (37.11% from 255) = 19.58%

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

R = 37.92%
G = 19.58%
B = 42.5%

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

#B65ECC (or 0xB65ECC) is known color: Medium Orchid. HEX triplet: B6, 5E and CC. RGB value is (182,94,204). Sum of RGB (Red+Green+Blue) = 182+94+204=480 (63% of max value = 765). Red value is 182 (71.48% from 255 or 37.92% from 480); Green value is 94 (37.11% from 255 or 19.58% from 480); Blue value is 204 (80.08% from 255 or 42.5% from 480); Max value from RGB is 204 - color contains mainly: blue. Hex color #B65ECC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B65ECC is #49A133. Grayscale: #848484. Windows color (decimal): -4825396 or 13393590. OLE color: 13393590.

HSL color Cylindrical-coordinate representation of color #B65ECC: hue angle of 288º 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 #B65ECC is Cyan = 0.11, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 182 94 204 -
CMYK 0.11 0.54 0 0.2
HSL 288º 0.52% 0.58% -
HSV(B) 288º 0.54% 0.8% -
XYZ 34.19 22.31 59.63 -
YUV 132.85 168.15 163.06 -
System Red Green Blue C M Y K H S L
Decimal 182 94 204 0.11 0.54 0 0.2 288 0.52 0.58
Hex B6 5E CC B 36 0 14 120 34 3A
Octal 266 136 314 13 66 0 24 440 64 72
Binary 10110110 1011110 11001100 1011 110110 0 10100 100100000 110100 111010

Color Harmonies of #B65ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B65ECC

Black with #B65ECC

Text Example


Text Example

White with #B65ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B65ECC; }

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

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

background-color css

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

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

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

border-color css

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

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

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