Html Css Color HEX #B973CF Medium Orchid

📋 copy color: '#B973CF'

red 185 ◦ green 115 ◦ blue 207

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

Shades of Medium Orchid #B973CF

Tints of Medium Orchid #B973CF

RGB

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

 GREEN value IS 115 (45.31% from 255) = 22.68%

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

R = 36.49%
G = 22.68%
B = 40.83%

CMYK

 C value IS 0.11

 M value IS 0.44

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B973CF (or 0xB973CF) is known color: Medium Orchid. HEX triplet: B9, 73 and CF. RGB value is (185,115,207). Sum of RGB (Red+Green+Blue) = 185+115+207=507 (67% of max value = 765). Red value is 185 (72.66% from 255 or 36.49% from 507); Green value is 115 (45.31% from 255 or 22.68% from 507); Blue value is 207 (81.25% from 255 or 40.83% from 507); Max value from RGB is 207 - color contains mainly: blue. Hex color #B973CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B973CF is #468C30. Grayscale: #929292. Windows color (decimal): -4623409 or 13595577. OLE color: 13595577.

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

Color convert

RGB 185 115 207 -
CMYK 0.11 0.44 0 0.19
HSL 285.65º 0.49% 0.63% -
HSV(B) 285.65º 0.44% 0.81% -
XYZ 37.4 27.08 62.29 -
YUV 146.42 162.19 155.52 -
System Red Green Blue C M Y K H S L
Decimal 185 115 207 0.11 0.44 0 0.19 285.65 0.49 0.63
Hex B9 73 CF B 2C 0 13 11E 31 3F
Octal 271 163 317 13 54 0 23 436 61 77
Binary 10111001 1110011 11001111 1011 101100 0 10011 100011110 110001 111111

Color Harmonies of #B973CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B973CF

Black with #B973CF

Text Example


Text Example

White with #B973CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B973CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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