Html Css Color HEX #B970CF Medium Orchid

📋 copy color: '#B970CF'

red 185 ◦ green 112 ◦ blue 207

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

Shades of Medium Orchid #B970CF

Tints of Medium Orchid #B970CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 41.07%

R = 36.71%
G = 22.22%
B = 41.07%

CMYK

 C value IS 0.11

 M value IS 0.46

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B970CF (or 0xB970CF) is known color: Medium Orchid. HEX triplet: B9, 70 and CF. RGB value is (185,112,207). Sum of RGB (Red+Green+Blue) = 185+112+207=504 (66% of max value = 765). Red value is 185 (72.66% from 255 or 36.71% from 504); Green value is 112 (44.14% from 255 or 22.22% from 504); Blue value is 207 (81.25% from 255 or 41.07% from 504); Max value from RGB is 207 - color contains mainly: blue. Hex color #B970CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B970CF is #468F30. Grayscale: #909090. Windows color (decimal): -4624177 or 13594809. OLE color: 13594809.

HSL color Cylindrical-coordinate representation of color #B970CF: hue angle of 286.11º degrees, saturation: 0.5, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B970CF is Cyan = 0.11, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 185 112 207 -
CMYK 0.11 0.46 0 0.19
HSL 286.11º 0.5% 0.63% -
HSV(B) 286.11º 0.46% 0.81% -
XYZ 37.06 26.41 62.18 -
YUV 144.66 163.18 156.78 -
System Red Green Blue C M Y K H S L
Decimal 185 112 207 0.11 0.46 0 0.19 286.11 0.5 0.63
Hex B9 70 CF B 2E 0 13 11E 32 3F
Octal 271 160 317 13 56 0 23 436 62 77
Binary 10111001 1110000 11001111 1011 101110 0 10011 100011110 110010 111111

Color Harmonies of #B970CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B970CF

Black with #B970CF

Text Example


Text Example

White with #B970CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B970CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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