Html Css Color HEX #B65DCA Medium Orchid

📋 copy color: '#B65DCA'

red 182 ◦ green 93 ◦ blue 202

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

Shades of Medium Orchid #B65DCA

Tints of Medium Orchid #B65DCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 42.35%

R = 38.16%
G = 19.5%
B = 42.35%

CMYK

 C value IS 0.10

 M value IS 0.54

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B65DCA (or 0xB65DCA) is known color: Medium Orchid. HEX triplet: B6, 5D and CA. RGB value is (182,93,202). Sum of RGB (Red+Green+Blue) = 182+93+202=477 (63% of max value = 765). Red value is 182 (71.48% from 255 or 38.16% from 477); Green value is 93 (36.72% from 255 or 19.50% from 477); Blue value is 202 (79.30% from 255 or 42.35% from 477); Max value from RGB is 202 - color contains mainly: blue. Hex color #B65DCA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B65DCA is #49A235. Grayscale: #838383. Windows color (decimal): -4825654 or 13262262. OLE color: 13262262.

HSL color Cylindrical-coordinate representation of color #B65DCA: hue angle of 288.99º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B65DCA is Cyan = 0.10, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 182 93 202 -
CMYK 0.10 0.54 0 0.21
HSL 288.99º 0.51% 0.58% -
HSV(B) 288.99º 0.54% 0.79% -
XYZ 33.87 22.04 58.35 -
YUV 132.04 167.49 163.64 -
System Red Green Blue C M Y K H S L
Decimal 182 93 202 0.10 0.54 0 0.21 288.99 0.51 0.58
Hex B6 5D CA A 36 0 15 121 33 3A
Octal 266 135 312 12 66 0 25 441 63 72
Binary 10110110 1011101 11001010 1010 110110 0 10101 100100001 110011 111010

Color Harmonies of #B65DCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B65DCA

Black with #B65DCA

Text Example


Text Example

White with #B65DCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B65DCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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