Html Css Color HEX #B965DF Medium Orchid

📋 copy color: '#B965DF'

red 185 ◦ green 101 ◦ blue 223

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

Shades of Medium Orchid #B965DF

Tints of Medium Orchid #B965DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 43.81%

R = 36.35%
G = 19.84%
B = 43.81%

CMYK

 C value IS 0.17

 M value IS 0.55

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B965DF (or 0xB965DF) is known color: Medium Orchid. HEX triplet: B9, 65 and DF. RGB value is (185,101,223). Sum of RGB (Red+Green+Blue) = 185+101+223=509 (67% of max value = 765). Red value is 185 (72.66% from 255 or 36.35% from 509); Green value is 101 (39.84% from 255 or 19.84% from 509); Blue value is 223 (87.5% from 255 or 43.81% from 509); Max value from RGB is 223 - color contains mainly: blue. Hex color #B965DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B965DF is #469A20. Grayscale: #8B8B8B. Windows color (decimal): -4626977 or 14640569. OLE color: 14640569.

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

Color convert

RGB 185 101 223 -
CMYK 0.17 0.55 0 0.13
HSL 281.31º 0.66% 0.64% -
HSV(B) 281.31º 0.55% 0.87% -
XYZ 37.98 24.95 72.63 -
YUV 140.02 174.83 160.08 -
System Red Green Blue C M Y K H S L
Decimal 185 101 223 0.17 0.55 0 0.13 281.31 0.66 0.64
Hex B9 65 DF 11 37 0 D 119 42 40
Octal 271 145 337 21 67 0 15 431 102 100
Binary 10111001 1100101 11011111 10001 110111 0 1101 100011001 1000010 1000000

Color Harmonies of #B965DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B965DF

Black with #B965DF

Text Example


Text Example

White with #B965DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B965DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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