Html Css Color HEX #B965DB Medium Orchid

📋 copy color: '#B965DB'

red 185 ◦ green 101 ◦ blue 219

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

Shades of Medium Orchid #B965DB

Tints of Medium Orchid #B965DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 43.37%

R = 36.63%
G = 20%
B = 43.37%

CMYK

 C value IS 0.16

 M value IS 0.54

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B965DB (or 0xB965DB) is known color: Medium Orchid. HEX triplet: B9, 65 and DB. RGB value is (185,101,219). Sum of RGB (Red+Green+Blue) = 185+101+219=505 (66% of max value = 765). Red value is 185 (72.66% from 255 or 36.63% from 505); Green value is 101 (39.84% from 255 or 20% from 505); Blue value is 219 (85.94% from 255 or 43.37% from 505); Max value from RGB is 219 - color contains mainly: blue. Hex color #B965DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B965DB is #469A24. Grayscale: #8B8B8B. Windows color (decimal): -4626981 or 14378425. OLE color: 14378425.

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

Color convert

RGB 185 101 219 -
CMYK 0.16 0.54 0 0.14
HSL 282.71º 0.62% 0.63% -
HSV(B) 282.71º 0.54% 0.86% -
XYZ 37.45 24.74 69.82 -
YUV 139.57 172.83 160.41 -
System Red Green Blue C M Y K H S L
Decimal 185 101 219 0.16 0.54 0 0.14 282.71 0.62 0.63
Hex B9 65 DB 10 36 0 E 11B 3E 3F
Octal 271 145 333 20 66 0 16 433 76 77
Binary 10111001 1100101 11011011 10000 110110 0 1110 100011011 111110 111111

Color Harmonies of #B965DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B965DB

Black with #B965DB

Text Example


Text Example

White with #B965DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B965DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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