Html Css Color HEX #B969EE Medium Orchid

📋 copy color: '#B969EE'

red 185 ◦ green 105 ◦ blue 238

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

Shades of Medium Orchid #B969EE

Tints of Medium Orchid #B969EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 45.08%

R = 35.04%
G = 19.89%
B = 45.08%

CMYK

 C value IS 0.22

 M value IS 0.56

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B969EE (or 0xB969EE) is known color: Medium Orchid. HEX triplet: B9, 69 and EE. RGB value is (185,105,238). Sum of RGB (Red+Green+Blue) = 185+105+238=528 (69% of max value = 765). Red value is 185 (72.66% from 255 or 35.04% from 528); Green value is 105 (41.41% from 255 or 19.89% from 528); Blue value is 238 (93.36% from 255 or 45.08% from 528); Max value from RGB is 238 - color contains mainly: blue. Hex color #B969EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B969EE is #469611. Grayscale: #8F8F8F. Windows color (decimal): -4625938 or 15624633. OLE color: 15624633.

HSL color Cylindrical-coordinate representation of color #B969EE: hue angle of 276.09º degrees, saturation: 0.8, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B969EE is Cyan = 0.22, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 185 105 238 -
CMYK 0.22 0.56 0 0.07
HSL 276.09º 0.8% 0.67% -
HSV(B) 276.09º 0.56% 0.93% -
XYZ 40.49 26.59 83.89 -
YUV 144.08 181 157.19 -
System Red Green Blue C M Y K H S L
Decimal 185 105 238 0.22 0.56 0 0.07 276.09 0.8 0.67
Hex B9 69 EE 16 38 0 7 114 50 43
Octal 271 151 356 26 70 0 7 424 120 103
Binary 10111001 1101001 11101110 10110 111000 0 111 100010100 1010000 1000011

Color Harmonies of #B969EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B969EE

Black with #B969EE

Text Example


Text Example

White with #B969EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B969EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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