Html Css Color HEX #B969DA Medium Orchid

📋 copy color: '#B969DA'

red 185 ◦ green 105 ◦ blue 218

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

Shades of Medium Orchid #B969DA

Tints of Medium Orchid #B969DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 42.91%

R = 36.42%
G = 20.67%
B = 42.91%

CMYK

 C value IS 0.15

 M value IS 0.52

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B969DA (or 0xB969DA) is known color: Medium Orchid. HEX triplet: B9, 69 and DA. RGB value is (185,105,218). Sum of RGB (Red+Green+Blue) = 185+105+218=508 (67% of max value = 765). Red value is 185 (72.66% from 255 or 36.42% from 508); Green value is 105 (41.41% from 255 or 20.67% from 508); Blue value is 218 (85.55% from 255 or 42.91% from 508); Max value from RGB is 218 - color contains mainly: blue. Hex color #B969DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B969DA is #469625. Grayscale: #8D8D8D. Windows color (decimal): -4625958 or 14313913. OLE color: 14313913.

HSL color Cylindrical-coordinate representation of color #B969DA: hue angle of 282.48º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B969DA is Cyan = 0.15, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 185 105 218 -
CMYK 0.15 0.52 0 0.15
HSL 282.48º 0.6% 0.63% -
HSV(B) 282.48º 0.52% 0.85% -
XYZ 37.71 25.48 69.26 -
YUV 141.8 171 158.81 -
System Red Green Blue C M Y K H S L
Decimal 185 105 218 0.15 0.52 0 0.15 282.48 0.6 0.63
Hex B9 69 DA F 34 0 F 11A 3C 3F
Octal 271 151 332 17 64 0 17 432 74 77
Binary 10111001 1101001 11011010 1111 110100 0 1111 100011010 111100 111111

Color Harmonies of #B969DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B969DA

Black with #B969DA

Text Example


Text Example

White with #B969DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B969DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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