Html Css Color HEX #B965DD Medium Orchid

📋 copy color: '#B965DD'

red 185 ◦ green 101 ◦ blue 221

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

Shades of Medium Orchid #B965DD

Tints of Medium Orchid #B965DD

RGB

 RED value IS 185 (72.66% from 255) = 36.49%

 GREEN value IS 101 (39.84% from 255) = 19.92%

 BLUE value IS 221 (86.72% from 255) = 43.59%

R = 36.49%
G = 19.92%
B = 43.59%

CMYK

 C value IS 0.16

 M value IS 0.54

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B965DD (or 0xB965DD) is known color: Medium Orchid. HEX triplet: B9, 65 and DD. RGB value is (185,101,221). Sum of RGB (Red+Green+Blue) = 185+101+221=507 (67% of max value = 765). Red value is 185 (72.66% from 255 or 36.49% from 507); Green value is 101 (39.84% from 255 or 19.92% from 507); Blue value is 221 (86.72% from 255 or 43.59% from 507); Max value from RGB is 221 - color contains mainly: blue. Hex color #B965DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B965DD is #469A22. Grayscale: #8B8B8B. Windows color (decimal): -4626979 or 14509497. OLE color: 14509497.

HSL color Cylindrical-coordinate representation of color #B965DD: hue angle of 282º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B965DD is Cyan = 0.16, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 185 101 221 -
CMYK 0.16 0.54 0 0.13
HSL 282º 0.64% 0.63% -
HSV(B) 282º 0.54% 0.87% -
XYZ 37.71 24.84 71.21 -
YUV 139.8 173.83 160.24 -
System Red Green Blue C M Y K H S L
Decimal 185 101 221 0.16 0.54 0 0.13 282 0.64 0.63
Hex B9 65 DD 10 36 0 D 11A 40 3F
Octal 271 145 335 20 66 0 15 432 100 77
Binary 10111001 1100101 11011101 10000 110110 0 1101 100011010 1000000 111111

Color Harmonies of #B965DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B965DD

Black with #B965DD

Text Example


Text Example

White with #B965DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B965DD; }

 p { color: rgb(185,101,221); }

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

background-color css

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

 a { background-color: rgb(185,101,221); }

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

border-color css

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

 span { border-color: rgb(185,101,221); }

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