Html Css Color HEX #B65DCB Medium Orchid

📋 copy color: '#B65DCB'

red 182 ◦ green 93 ◦ blue 203

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

Shades of Medium Orchid #B65DCB

Tints of Medium Orchid #B65DCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 42.47%

R = 38.08%
G = 19.46%
B = 42.47%

CMYK

 C value IS 0.10

 M value IS 0.54

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B65DCB (or 0xB65DCB) is known color: Medium Orchid. HEX triplet: B6, 5D and CB. RGB value is (182,93,203). Sum of RGB (Red+Green+Blue) = 182+93+203=478 (63% of max value = 765). Red value is 182 (71.48% from 255 or 38.08% from 478); Green value is 93 (36.72% from 255 or 19.46% from 478); Blue value is 203 (79.69% from 255 or 42.47% from 478); Max value from RGB is 203 - color contains mainly: blue. Hex color #B65DCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B65DCB is #49A234. Grayscale: #838383. Windows color (decimal): -4825653 or 13327798. OLE color: 13327798.

HSL color Cylindrical-coordinate representation of color #B65DCB: hue angle of 288.55º degrees, saturation: 0.51, 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 #B65DCB is Cyan = 0.10, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 182 93 203 -
CMYK 0.10 0.54 0 0.20
HSL 288.55º 0.51% 0.58% -
HSV(B) 288.55º 0.54% 0.8% -
XYZ 33.99 22.09 58.97 -
YUV 132.15 167.99 163.56 -
System Red Green Blue C M Y K H S L
Decimal 182 93 203 0.10 0.54 0 0.20 288.55 0.51 0.58
Hex B6 5D CB A 36 0 14 121 33 3A
Octal 266 135 313 12 66 0 24 441 63 72
Binary 10110110 1011101 11001011 1010 110110 0 10100 100100001 110011 111010

Color Harmonies of #B65DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B65DCB

Black with #B65DCB

Text Example


Text Example

White with #B65DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B65DCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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