Html Css Color HEX #B354CF Medium Orchid

📋 copy color: '#B354CF'

red 179 ◦ green 84 ◦ blue 207

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

Shades of Medium Orchid #B354CF

Tints of Medium Orchid #B354CF

RGB

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

 GREEN value IS 84 (33.2% from 255) = 17.87%

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

R = 38.09%
G = 17.87%
B = 44.04%

CMYK

 C value IS 0.14

 M value IS 0.59

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B354CF (or 0xB354CF) is known color: Medium Orchid. HEX triplet: B3, 54 and CF. RGB value is (179,84,207). Sum of RGB (Red+Green+Blue) = 179+84+207=470 (62% of max value = 765). Red value is 179 (70.31% from 255 or 38.09% from 470); Green value is 84 (33.20% from 255 or 17.87% from 470); Blue value is 207 (81.25% from 255 or 44.04% from 470); Max value from RGB is 207 - color contains mainly: blue. Hex color #B354CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B354CF is #4CAB30. Grayscale: #7E7E7E. Windows color (decimal): -5024561 or 13587635. OLE color: 13587635.

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

Color convert

RGB 179 84 207 -
CMYK 0.14 0.59 0 0.19
HSL 286.34º 0.56% 0.57% -
HSV(B) 286.34º 0.59% 0.81% -
XYZ 33.02 20.43 61.23 -
YUV 126.43 173.47 165.5 -
System Red Green Blue C M Y K H S L
Decimal 179 84 207 0.14 0.59 0 0.19 286.34 0.56 0.57
Hex B3 54 CF E 3B 0 13 11E 38 39
Octal 263 124 317 16 73 0 23 436 70 71
Binary 10110011 1010100 11001111 1110 111011 0 10011 100011110 111000 111001

Color Harmonies of #B354CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B354CF

Black with #B354CF

Text Example


Text Example

White with #B354CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B354CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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