Html Css Color HEX #B969D4 Medium Orchid

📋 copy color: '#B969D4'

red 185 ◦ green 105 ◦ blue 212

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

Shades of Medium Orchid #B969D4

Tints of Medium Orchid #B969D4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 42.23%

R = 36.85%
G = 20.92%
B = 42.23%

CMYK

 C value IS 0.13

 M value IS 0.50

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#B969D4 (or 0xB969D4) is known color: Medium Orchid. HEX triplet: B9, 69 and D4. RGB value is (185,105,212). Sum of RGB (Red+Green+Blue) = 185+105+212=502 (66% of max value = 765). Red value is 185 (72.66% from 255 or 36.85% from 502); Green value is 105 (41.41% from 255 or 20.92% from 502); Blue value is 212 (83.20% from 255 or 42.23% from 502); Max value from RGB is 212 - color contains mainly: blue. Hex color #B969D4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B969D4 is #46962B. Grayscale: #8C8C8C. Windows color (decimal): -4625964 or 13920697. OLE color: 13920697.

HSL color Cylindrical-coordinate representation of color #B969D4: hue angle of 284.86º degrees, saturation: 0.55, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B969D4 is Cyan = 0.13, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 185 105 212 -
CMYK 0.13 0.50 0 0.17
HSL 284.86º 0.55% 0.62% -
HSV(B) 284.86º 0.5% 0.83% -
XYZ 36.94 25.17 65.2 -
YUV 141.12 168 159.3 -
System Red Green Blue C M Y K H S L
Decimal 185 105 212 0.13 0.50 0 0.17 284.86 0.55 0.62
Hex B9 69 D4 D 32 0 11 11D 37 3E
Octal 271 151 324 15 62 0 21 435 67 76
Binary 10111001 1101001 11010100 1101 110010 0 10001 100011101 110111 111110

Color Harmonies of #B969D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B969D4

Black with #B969D4

Text Example


Text Example

White with #B969D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B969D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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