Html Css Color HEX #B968EC Medium Orchid

📋 copy color: '#B968EC'

red 185 ◦ green 104 ◦ blue 236

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

Shades of Medium Orchid #B968EC

Tints of Medium Orchid #B968EC

RGB

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

 GREEN value IS 104 (41.02% from 255) = 19.81%

 BLUE value IS 236 (92.58% from 255) = 44.95%

R = 35.24%
G = 19.81%
B = 44.95%

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

#B968EC (or 0xB968EC) is known color: Medium Orchid. HEX triplet: B9, 68 and EC. RGB value is (185,104,236). Sum of RGB (Red+Green+Blue) = 185+104+236=525 (69% of max value = 765). Red value is 185 (72.66% from 255 or 35.24% from 525); Green value is 104 (41.02% from 255 or 19.81% from 525); Blue value is 236 (92.58% from 255 or 44.95% from 525); Max value from RGB is 236 - color contains mainly: blue. Hex color #B968EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B968EC is #469713. Grayscale: #8E8E8E. Windows color (decimal): -4626196 or 15493305. OLE color: 15493305.

HSL color Cylindrical-coordinate representation of color #B968EC: hue angle of 276.82º degrees, saturation: 0.78, 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 #B968EC is Cyan = 0.22, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 185 104 236 -
CMYK 0.22 0.56 0 0.07
HSL 276.82º 0.78% 0.67% -
HSV(B) 276.82º 0.56% 0.93% -
XYZ 40.1 26.27 82.31 -
YUV 143.27 180.34 157.77 -
System Red Green Blue C M Y K H S L
Decimal 185 104 236 0.22 0.56 0 0.07 276.82 0.78 0.67
Hex B9 68 EC 16 38 0 7 115 4E 43
Octal 271 150 354 26 70 0 7 425 116 103
Binary 10111001 1101000 11101100 10110 111000 0 111 100010101 1001110 1000011

Color Harmonies of #B968EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B968EC

Black with #B968EC

Text Example


Text Example

White with #B968EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B968EC; }

 p { color: rgb(185,104,236); }

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

background-color css

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

 a { background-color: rgb(185,104,236); }

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

border-color css

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

 span { border-color: rgb(185,104,236); }

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