Html Css Color HEX #B967CD Medium Orchid

📋 copy color: '#B967CD'

red 185 ◦ green 103 ◦ blue 205

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

Shades of Medium Orchid #B967CD

Tints of Medium Orchid #B967CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 41.58%

R = 37.53%
G = 20.89%
B = 41.58%

CMYK

 C value IS 0.10

 M value IS 0.50

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B967CD (or 0xB967CD) is known color: Medium Orchid. HEX triplet: B9, 67 and CD. RGB value is (185,103,205). Sum of RGB (Red+Green+Blue) = 185+103+205=493 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.53% from 493); Green value is 103 (40.62% from 255 or 20.89% from 493); Blue value is 205 (80.47% from 255 or 41.58% from 493); Max value from RGB is 205 - color contains mainly: blue. Hex color #B967CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B967CD is #469832. Grayscale: #8A8A8A. Windows color (decimal): -4626483 or 13461433. OLE color: 13461433.

HSL color Cylindrical-coordinate representation of color #B967CD: hue angle of 288.24º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B967CD is Cyan = 0.10, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 185 103 205 -
CMYK 0.10 0.50 0 0.20
HSL 288.24º 0.5% 0.6% -
HSV(B) 288.24º 0.5% 0.8% -
XYZ 35.88 24.42 60.58 -
YUV 139.15 165.17 160.71 -
System Red Green Blue C M Y K H S L
Decimal 185 103 205 0.10 0.50 0 0.20 288.24 0.5 0.6
Hex B9 67 CD A 32 0 14 120 32 3C
Octal 271 147 315 12 62 0 24 440 62 74
Binary 10111001 1100111 11001101 1010 110010 0 10100 100100000 110010 111100

Color Harmonies of #B967CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B967CD

Black with #B967CD

Text Example


Text Example

White with #B967CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B967CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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