Html Css Color HEX #B970CD Medium Orchid

📋 copy color: '#B970CD'

red 185 ◦ green 112 ◦ blue 205

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

Shades of Medium Orchid #B970CD

Tints of Medium Orchid #B970CD

RGB

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

 GREEN value IS 112 (44.14% from 255) = 22.31%

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

R = 36.85%
G = 22.31%
B = 40.84%

CMYK

 C value IS 0.10

 M value IS 0.45

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B970CD (or 0xB970CD) is known color: Medium Orchid. HEX triplet: B9, 70 and CD. RGB value is (185,112,205). Sum of RGB (Red+Green+Blue) = 185+112+205=502 (66% of max value = 765). Red value is 185 (72.66% from 255 or 36.85% from 502); Green value is 112 (44.14% from 255 or 22.31% from 502); Blue value is 205 (80.47% from 255 or 40.84% from 502); Max value from RGB is 205 - color contains mainly: blue. Hex color #B970CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B970CD is #468F32. Grayscale: #909090. Windows color (decimal): -4624179 or 13463737. OLE color: 13463737.

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

Color convert

RGB 185 112 205 -
CMYK 0.10 0.45 0 0.20
HSL 287.1º 0.48% 0.62% -
HSV(B) 287.1º 0.45% 0.8% -
XYZ 36.82 26.31 60.9 -
YUV 144.43 162.18 156.94 -
System Red Green Blue C M Y K H S L
Decimal 185 112 205 0.10 0.45 0 0.20 287.1 0.48 0.62
Hex B9 70 CD A 2D 0 14 11F 30 3E
Octal 271 160 315 12 55 0 24 437 60 76
Binary 10111001 1110000 11001101 1010 101101 0 10100 100011111 110000 111110

Color Harmonies of #B970CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B970CD

Black with #B970CD

Text Example


Text Example

White with #B970CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B970CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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