Html Css Color HEX #B967EF Medium Orchid

📋 copy color: '#B967EF'

red 185 ◦ green 103 ◦ blue 239

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

Shades of Medium Orchid #B967EF

Tints of Medium Orchid #B967EF

RGB

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

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

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

R = 35.1%
G = 19.54%
B = 45.35%

CMYK

 C value IS 0.23

 M value IS 0.57

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#B967EF (or 0xB967EF) is known color: Medium Orchid. HEX triplet: B9, 67 and EF. RGB value is (185,103,239). Sum of RGB (Red+Green+Blue) = 185+103+239=527 (69% of max value = 765). Red value is 185 (72.66% from 255 or 35.10% from 527); Green value is 103 (40.62% from 255 or 19.54% from 527); Blue value is 239 (93.75% from 255 or 45.35% from 527); Max value from RGB is 239 - color contains mainly: blue. Hex color #B967EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B967EF is #469810. Grayscale: #8E8E8E. Windows color (decimal): -4626449 or 15689657. OLE color: 15689657.

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

Color convert

RGB 185 103 239 -
CMYK 0.23 0.57 0 0.06
HSL 276.18º 0.81% 0.67% -
HSV(B) 276.18º 0.57% 0.94% -
XYZ 40.44 26.25 84.6 -
YUV 143.02 182.17 157.94 -
System Red Green Blue C M Y K H S L
Decimal 185 103 239 0.23 0.57 0 0.06 276.18 0.81 0.67
Hex B9 67 EF 17 39 0 6 114 51 43
Octal 271 147 357 27 71 0 6 424 121 103
Binary 10111001 1100111 11101111 10111 111001 0 110 100010100 1010001 1000011

Color Harmonies of #B967EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B967EF

Black with #B967EF

Text Example


Text Example

White with #B967EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B967EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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