Html Css Color HEX #B353CF Medium Orchid

📋 copy color: '#B353CF'

red 179 ◦ green 83 ◦ blue 207

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

Shades of Medium Orchid #B353CF

Tints of Medium Orchid #B353CF

RGB

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

 GREEN value IS 83 (32.81% from 255) = 17.7%

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

R = 38.17%
G = 17.7%
B = 44.14%

CMYK

 C value IS 0.14

 M value IS 0.60

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B353CF (or 0xB353CF) is known color: Medium Orchid. HEX triplet: B3, 53 and CF. RGB value is (179,83,207). Sum of RGB (Red+Green+Blue) = 179+83+207=469 (62% of max value = 765). Red value is 179 (70.31% from 255 or 38.17% from 469); Green value is 83 (32.81% from 255 or 17.70% from 469); Blue value is 207 (81.25% from 255 or 44.14% from 469); Max value from RGB is 207 - color contains mainly: blue. Hex color #B353CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B353CF is #4CAC30. Grayscale: #7D7D7D. Windows color (decimal): -5024817 or 13587379. OLE color: 13587379.

HSL color Cylindrical-coordinate representation of color #B353CF: hue angle of 286.45º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B353CF is Cyan = 0.14, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 179 83 207 -
CMYK 0.14 0.60 0 0.19
HSL 286.45º 0.56% 0.57% -
HSV(B) 286.45º 0.6% 0.81% -
XYZ 32.95 20.28 61.21 -
YUV 125.84 173.8 165.92 -
System Red Green Blue C M Y K H S L
Decimal 179 83 207 0.14 0.60 0 0.19 286.45 0.56 0.57
Hex B3 53 CF E 3C 0 13 11E 38 39
Octal 263 123 317 16 74 0 23 436 70 71
Binary 10110011 1010011 11001111 1110 111100 0 10011 100011110 111000 111001

Color Harmonies of #B353CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B353CF

Black with #B353CF

Text Example


Text Example

White with #B353CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B353CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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