Html Css Color HEX #B969DF Medium Orchid

📋 copy color: '#B969DF'

red 185 ◦ green 105 ◦ blue 223

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

Shades of Medium Orchid #B969DF

Tints of Medium Orchid #B969DF

RGB

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

 GREEN value IS 105 (41.41% from 255) = 20.47%

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

R = 36.06%
G = 20.47%
B = 43.47%

CMYK

 C value IS 0.17

 M value IS 0.53

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B969DF (or 0xB969DF) is known color: Medium Orchid. HEX triplet: B9, 69 and DF. RGB value is (185,105,223). Sum of RGB (Red+Green+Blue) = 185+105+223=513 (67% of max value = 765). Red value is 185 (72.66% from 255 or 36.06% from 513); Green value is 105 (41.41% from 255 or 20.47% from 513); Blue value is 223 (87.5% from 255 or 43.47% from 513); Max value from RGB is 223 - color contains mainly: blue. Hex color #B969DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B969DF is #469620. Grayscale: #8D8D8D. Windows color (decimal): -4625953 or 14641593. OLE color: 14641593.

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

Color convert

RGB 185 105 223 -
CMYK 0.17 0.53 0 0.13
HSL 280.68º 0.65% 0.64% -
HSV(B) 280.68º 0.53% 0.87% -
XYZ 38.38 25.75 72.76 -
YUV 142.37 173.5 158.41 -
System Red Green Blue C M Y K H S L
Decimal 185 105 223 0.17 0.53 0 0.13 280.68 0.65 0.64
Hex B9 69 DF 11 35 0 D 119 41 40
Octal 271 151 337 21 65 0 15 431 101 100
Binary 10111001 1101001 11011111 10001 110101 0 1101 100011001 1000001 1000000

Color Harmonies of #B969DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B969DF

Black with #B969DF

Text Example


Text Example

White with #B969DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B969DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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