Html Css Color HEX #B967F5 Medium Orchid

📋 copy color: '#B967F5'

red 185 ◦ green 103 ◦ blue 245

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

Shades of Medium Orchid #B967F5

Tints of Medium Orchid #B967F5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 45.97%

R = 34.71%
G = 19.32%
B = 45.97%

CMYK

 C value IS 0.24

 M value IS 0.58

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#B967F5 (or 0xB967F5) is known color: Medium Orchid. HEX triplet: B9, 67 and F5. RGB value is (185,103,245). Sum of RGB (Red+Green+Blue) = 185+103+245=533 (70% of max value = 765). Red value is 185 (72.66% from 255 or 34.71% from 533); Green value is 103 (40.62% from 255 or 19.32% from 533); Blue value is 245 (96.09% from 255 or 45.97% from 533); Max value from RGB is 245 - color contains mainly: blue. Hex color #B967F5 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B967F5 is #46980A. Grayscale: #8F8F8F. Windows color (decimal): -4626443 or 16082873. OLE color: 16082873.

HSL color Cylindrical-coordinate representation of color #B967F5: hue angle of 274.65º degrees, saturation: 0.88, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B967F5 is Cyan = 0.24, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 185 103 245 -
CMYK 0.24 0.58 0 0.04
HSL 274.65º 0.88% 0.68% -
HSV(B) 274.65º 0.58% 0.96% -
XYZ 41.34 26.61 89.34 -
YUV 143.71 185.17 157.45 -
System Red Green Blue C M Y K H S L
Decimal 185 103 245 0.24 0.58 0 0.04 274.65 0.88 0.68
Hex B9 67 F5 18 3A 0 4 113 58 44
Octal 271 147 365 30 72 0 4 423 130 104
Binary 10111001 1100111 11110101 11000 111010 0 100 100010011 1011000 1000100

Color Harmonies of #B967F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B967F5

Black with #B967F5

Text Example


Text Example

White with #B967F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B967F5; }

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

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

background-color css

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

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

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

border-color css

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

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

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