Html Css Color HEX #B967C8 Medium Orchid

📋 copy color: '#B967C8'

red 185 ◦ green 103 ◦ blue 200

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

Shades of Medium Orchid #B967C8

Tints of Medium Orchid #B967C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 40.98%

R = 37.91%
G = 21.11%
B = 40.98%

CMYK

 C value IS 0.08

 M value IS 0.48

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#B967C8 (or 0xB967C8) is known color: Medium Orchid. HEX triplet: B9, 67 and C8. RGB value is (185,103,200). Sum of RGB (Red+Green+Blue) = 185+103+200=488 (64% of max value = 765). Red value is 185 (72.66% from 255 or 37.91% from 488); Green value is 103 (40.62% from 255 or 21.11% from 488); Blue value is 200 (78.52% from 255 or 40.98% from 488); Max value from RGB is 200 - color contains mainly: blue. Hex color #B967C8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B967C8 is #469837. Grayscale: #8A8A8A. Windows color (decimal): -4626488 or 13133753. OLE color: 13133753.

HSL color Cylindrical-coordinate representation of color #B967C8: hue angle of 290.72º degrees, saturation: 0.47, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B967C8 is Cyan = 0.08, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 185 103 200 -
CMYK 0.08 0.48 0 0.22
HSL 290.72º 0.47% 0.59% -
HSV(B) 290.72º 0.49% 0.78% -
XYZ 35.28 24.18 57.45 -
YUV 138.58 162.67 161.11 -
System Red Green Blue C M Y K H S L
Decimal 185 103 200 0.08 0.48 0 0.22 290.72 0.47 0.59
Hex B9 67 C8 8 30 0 16 123 2F 3B
Octal 271 147 310 10 60 0 26 443 57 73
Binary 10111001 1100111 11001000 1000 110000 0 10110 100100011 101111 111011

Color Harmonies of #B967C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B967C8

Black with #B967C8

Text Example


Text Example

White with #B967C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B967C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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