Html Css Color HEX #B473CF Medium Orchid

📋 copy color: '#B473CF'

red 180 ◦ green 115 ◦ blue 207

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

Shades of Medium Orchid #B473CF

Tints of Medium Orchid #B473CF

RGB

 RED value IS 180 (70.7% from 255) = 35.86%

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

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

R = 35.86%
G = 22.91%
B = 41.24%

CMYK

 C value IS 0.13

 M value IS 0.44

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B473CF (or 0xB473CF) is known color: Medium Orchid. HEX triplet: B4, 73 and CF. RGB value is (180,115,207). Sum of RGB (Red+Green+Blue) = 180+115+207=502 (66% of max value = 765). Red value is 180 (70.70% from 255 or 35.86% from 502); Green value is 115 (45.31% from 255 or 22.91% from 502); Blue value is 207 (81.25% from 255 or 41.24% from 502); Max value from RGB is 207 - color contains mainly: blue. Hex color #B473CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B473CF is #4B8C30. Grayscale: #909090. Windows color (decimal): -4951089 or 13595572. OLE color: 13595572.

HSL color Cylindrical-coordinate representation of color #B473CF: hue angle of 282.39º 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 #B473CF is Cyan = 0.13, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 180 115 207 -
CMYK 0.13 0.44 0 0.19
HSL 282.39º 0.49% 0.63% -
HSV(B) 282.39º 0.44% 0.81% -
XYZ 36.22 26.47 62.23 -
YUV 144.92 163.03 153.02 -
System Red Green Blue C M Y K H S L
Decimal 180 115 207 0.13 0.44 0 0.19 282.39 0.49 0.63
Hex B4 73 CF D 2C 0 13 11A 31 3F
Octal 264 163 317 15 54 0 23 432 61 77
Binary 10110100 1110011 11001111 1101 101100 0 10011 100011010 110001 111111

Color Harmonies of #B473CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B473CF

Black with #B473CF

Text Example


Text Example

White with #B473CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B473CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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