Html Css Color HEX #B969EF Medium Orchid

📋 copy color: '#B969EF'

red 185 ◦ green 105 ◦ blue 239

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

Shades of Medium Orchid #B969EF

Tints of Medium Orchid #B969EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 45.18%

R = 34.97%
G = 19.85%
B = 45.18%

CMYK

 C value IS 0.23

 M value IS 0.56

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#B969EF (or 0xB969EF) is known color: Medium Orchid. HEX triplet: B9, 69 and EF. RGB value is (185,105,239). Sum of RGB (Red+Green+Blue) = 185+105+239=529 (70% of max value = 765). Red value is 185 (72.66% from 255 or 34.97% from 529); Green value is 105 (41.41% from 255 or 19.85% from 529); Blue value is 239 (93.75% from 255 or 45.18% from 529); Max value from RGB is 239 - color contains mainly: blue. Hex color #B969EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B969EF is #469610. Grayscale: #8F8F8F. Windows color (decimal): -4625937 or 15690169. OLE color: 15690169.

HSL color Cylindrical-coordinate representation of color #B969EF: hue angle of 275.82º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B969EF is Cyan = 0.23, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 185 105 239 -
CMYK 0.23 0.56 0 0.06
HSL 275.82º 0.81% 0.67% -
HSV(B) 275.82º 0.56% 0.94% -
XYZ 40.64 26.65 84.66 -
YUV 144.2 181.5 157.1 -
System Red Green Blue C M Y K H S L
Decimal 185 105 239 0.23 0.56 0 0.06 275.82 0.81 0.67
Hex B9 69 EF 17 38 0 6 114 51 43
Octal 271 151 357 27 70 0 6 424 121 103
Binary 10111001 1101001 11101111 10111 111000 0 110 100010100 1010001 1000011

Color Harmonies of #B969EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B969EF

Black with #B969EF

Text Example


Text Example

White with #B969EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B969EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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