Html Css Color HEX #B967EC Medium Orchid

📋 copy color: '#B967EC'

red 185 ◦ green 103 ◦ blue 236

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

Shades of Medium Orchid #B967EC

Tints of Medium Orchid #B967EC

RGB

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

 GREEN value IS 103 (40.63% from 255) = 19.66%

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

R = 35.31%
G = 19.66%
B = 45.04%

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

#B967EC (or 0xB967EC) is known color: Medium Orchid. HEX triplet: B9, 67 and EC. RGB value is (185,103,236). Sum of RGB (Red+Green+Blue) = 185+103+236=524 (69% of max value = 765). Red value is 185 (72.66% from 255 or 35.31% from 524); Green value is 103 (40.62% from 255 or 19.66% from 524); Blue value is 236 (92.58% from 255 or 45.04% from 524); Max value from RGB is 236 - color contains mainly: blue. Hex color #B967EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B967EC is #469813. Grayscale: #8E8E8E. Windows color (decimal): -4626452 or 15493049. OLE color: 15493049.

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

Color convert

RGB 185 103 236 -
CMYK 0.22 0.56 0 0.07
HSL 276.99º 0.78% 0.66% -
HSV(B) 276.99º 0.56% 0.93% -
XYZ 40 26.07 82.28 -
YUV 142.68 180.67 158.19 -
System Red Green Blue C M Y K H S L
Decimal 185 103 236 0.22 0.56 0 0.07 276.99 0.78 0.66
Hex B9 67 EC 16 38 0 7 115 4E 42
Octal 271 147 354 26 70 0 7 425 116 102
Binary 10111001 1100111 11101100 10110 111000 0 111 100010101 1001110 1000010

Color Harmonies of #B967EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B967EC

Black with #B967EC

Text Example


Text Example

White with #B967EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B967EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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