Html Css Color HEX #B349CF Medium Orchid

📋 copy color: '#B349CF'

red 179 ◦ green 73 ◦ blue 207

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

Shades of Medium Orchid #B349CF

Tints of Medium Orchid #B349CF

RGB

 RED value IS 179 (70.31% from 255) = 39%

 GREEN value IS 73 (28.91% from 255) = 15.9%

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

R = 39%
G = 15.9%
B = 45.1%

CMYK

 C value IS 0.14

 M value IS 0.65

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B349CF (or 0xB349CF) is known color: Medium Orchid. HEX triplet: B3, 49 and CF. RGB value is (179,73,207). Sum of RGB (Red+Green+Blue) = 179+73+207=459 (60% of max value = 765). Red value is 179 (70.31% from 255 or 39.00% from 459); Green value is 73 (28.91% from 255 or 15.90% from 459); Blue value is 207 (81.25% from 255 or 45.10% from 459); Max value from RGB is 207 - color contains mainly: blue. Hex color #B349CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B349CF is #4CB630. Grayscale: #777777. Windows color (decimal): -5027377 or 13584819. OLE color: 13584819.

HSL color Cylindrical-coordinate representation of color #B349CF: hue angle of 287.46º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B349CF is Cyan = 0.14, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 179 73 207 -
CMYK 0.14 0.65 0 0.19
HSL 287.46º 0.58% 0.55% -
HSV(B) 287.46º 0.65% 0.81% -
XYZ 32.24 18.85 60.97 -
YUV 119.97 177.12 170.1 -
System Red Green Blue C M Y K H S L
Decimal 179 73 207 0.14 0.65 0 0.19 287.46 0.58 0.55
Hex B3 49 CF E 41 0 13 11F 3A 37
Octal 263 111 317 16 101 0 23 437 72 67
Binary 10110011 1001001 11001111 1110 1000001 0 10011 100011111 111010 110111

Color Harmonies of #B349CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B349CF

Black with #B349CF

Text Example


Text Example

White with #B349CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B349CF; }

 p { color: rgb(179,73,207); }

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

background-color css

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

 a { background-color: rgb(179,73,207); }

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

border-color css

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

 span { border-color: rgb(179,73,207); }

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