Html Css Color HEX #B970CB Medium Orchid

📋 copy color: '#B970CB'

red 185 ◦ green 112 ◦ blue 203

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

Shades of Medium Orchid #B970CB

Tints of Medium Orchid #B970CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 40.6%

R = 37%
G = 22.4%
B = 40.6%

CMYK

 C value IS 0.09

 M value IS 0.45

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B970CB (or 0xB970CB) is known color: Medium Orchid. HEX triplet: B9, 70 and CB. RGB value is (185,112,203). Sum of RGB (Red+Green+Blue) = 185+112+203=500 (66% of max value = 765). Red value is 185 (72.66% from 255 or 37% from 500); Green value is 112 (44.14% from 255 or 22.4% from 500); Blue value is 203 (79.69% from 255 or 40.6% from 500); Max value from RGB is 203 - color contains mainly: blue. Hex color #B970CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B970CB is #468F34. Grayscale: #8F8F8F. Windows color (decimal): -4624181 or 13332665. OLE color: 13332665.

HSL color Cylindrical-coordinate representation of color #B970CB: hue angle of 288.13º degrees, saturation: 0.47, 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 #B970CB is Cyan = 0.09, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 185 112 203 -
CMYK 0.09 0.45 0 0.20
HSL 288.13º 0.47% 0.62% -
HSV(B) 288.13º 0.45% 0.8% -
XYZ 36.58 26.21 59.63 -
YUV 144.2 161.18 157.1 -
System Red Green Blue C M Y K H S L
Decimal 185 112 203 0.09 0.45 0 0.20 288.13 0.47 0.62
Hex B9 70 CB 9 2D 0 14 120 2F 3E
Octal 271 160 313 11 55 0 24 440 57 76
Binary 10111001 1110000 11001011 1001 101101 0 10100 100100000 101111 111110

Color Harmonies of #B970CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B970CB

Black with #B970CB

Text Example


Text Example

White with #B970CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B970CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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