Html Css Color HEX #B969F4 Medium Orchid

📋 copy color: '#B969F4'

red 185 ◦ green 105 ◦ blue 244

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

Shades of Medium Orchid #B969F4

Tints of Medium Orchid #B969F4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 45.69%

R = 34.64%
G = 19.66%
B = 45.69%

CMYK

 C value IS 0.24

 M value IS 0.57

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#B969F4 (or 0xB969F4) is known color: Medium Orchid. HEX triplet: B9, 69 and F4. RGB value is (185,105,244). Sum of RGB (Red+Green+Blue) = 185+105+244=534 (70% of max value = 765). Red value is 185 (72.66% from 255 or 34.64% from 534); Green value is 105 (41.41% from 255 or 19.66% from 534); Blue value is 244 (95.70% from 255 or 45.69% from 534); Max value from RGB is 244 - color contains mainly: blue. Hex color #B969F4 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B969F4 is #46960B. Grayscale: #909090. Windows color (decimal): -4625932 or 16017849. OLE color: 16017849.

HSL color Cylindrical-coordinate representation of color #B969F4: hue angle of 274.53º degrees, saturation: 0.86, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B969F4 is Cyan = 0.24, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 185 105 244 -
CMYK 0.24 0.57 0 0.04
HSL 274.53º 0.86% 0.68% -
HSV(B) 274.53º 0.57% 0.96% -
XYZ 41.39 26.95 88.61 -
YUV 144.77 184 156.7 -
System Red Green Blue C M Y K H S L
Decimal 185 105 244 0.24 0.57 0 0.04 274.53 0.86 0.68
Hex B9 69 F4 18 39 0 4 113 56 44
Octal 271 151 364 30 71 0 4 423 126 104
Binary 10111001 1101001 11110100 11000 111001 0 100 100010011 1010110 1000100

Color Harmonies of #B969F4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B969F4

Black with #B969F4

Text Example


Text Example

White with #B969F4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B969F4; }

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

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

background-color css

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

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

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

border-color css

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

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

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