Html Css Color HEX #B967CA Medium Orchid

📋 copy color: '#B967CA'

red 185 ◦ green 103 ◦ blue 202

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

Shades of Medium Orchid #B967CA

Tints of Medium Orchid #B967CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 41.22%

R = 37.76%
G = 21.02%
B = 41.22%

CMYK

 C value IS 0.08

 M value IS 0.49

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B967CA (or 0xB967CA) is known color: Medium Orchid. HEX triplet: B9, 67 and CA. RGB value is (185,103,202). Sum of RGB (Red+Green+Blue) = 185+103+202=490 (64% of max value = 765). Red value is 185 (72.66% from 255 or 37.76% from 490); Green value is 103 (40.62% from 255 or 21.02% from 490); Blue value is 202 (79.30% from 255 or 41.22% from 490); Max value from RGB is 202 - color contains mainly: blue. Hex color #B967CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B967CA is #469835. Grayscale: #8A8A8A. Windows color (decimal): -4626486 or 13264825. OLE color: 13264825.

HSL color Cylindrical-coordinate representation of color #B967CA: hue angle of 289.7º degrees, saturation: 0.48, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B967CA is Cyan = 0.08, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 185 103 202 -
CMYK 0.08 0.49 0 0.21
HSL 289.7º 0.48% 0.6% -
HSV(B) 289.7º 0.49% 0.79% -
XYZ 35.52 24.28 58.69 -
YUV 138.8 163.67 160.95 -
System Red Green Blue C M Y K H S L
Decimal 185 103 202 0.08 0.49 0 0.21 289.7 0.48 0.6
Hex B9 67 CA 8 31 0 15 122 30 3C
Octal 271 147 312 10 61 0 25 442 60 74
Binary 10111001 1100111 11001010 1000 110001 0 10101 100100010 110000 111100

Color Harmonies of #B967CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B967CA

Black with #B967CA

Text Example


Text Example

White with #B967CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B967CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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