Html Css Color HEX #B345FF Medium Orchid

📋 copy color: '#B345FF'

red 179 ◦ green 69 ◦ blue 255

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

Shades of Medium Orchid #B345FF

Tints of Medium Orchid #B345FF

RGB

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

 GREEN value IS 69 (27.34% from 255) = 13.72%

 BLUE value IS 255 (100% from 255) = 50.7%

R = 35.59%
G = 13.72%
B = 50.7%

CMYK

 C value IS 0.30

 M value IS 0.73

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B345FF (or 0xB345FF) is known color: Medium Orchid. HEX triplet: B3, 45 and FF. RGB value is (179,69,255). Sum of RGB (Red+Green+Blue) = 179+69+255=503 (66% of max value = 765). Red value is 179 (70.31% from 255 or 35.59% from 503); Green value is 69 (27.34% from 255 or 13.72% from 503); Blue value is 255 (100% from 255 or 50.70% from 503); Max value from RGB is 255 - color contains mainly: blue. Hex color #B345FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B345FF is #4CBA00. Grayscale: #7A7A7A. Windows color (decimal): -5028353 or 16729523. OLE color: 16729523.

HSL color Cylindrical-coordinate representation of color #B345FF: hue angle of 275.48º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B345FF is Cyan = 0.30, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 179 69 255 -
CMYK 0.30 0.73 0 0
HSL 275.48º 1% 0.64% -
HSV(B) 275.48º 0.73% 1% -
XYZ 38.77 21.06 96.63 -
YUV 123.09 202.44 167.88 -
System Red Green Blue C M Y K H S L
Decimal 179 69 255 0.30 0.73 0 0 275.48 1 0.64
Hex B3 45 FF 1E 49 0 0 113 64 40
Octal 263 105 377 36 111 0 0 423 144 100
Binary 10110011 1000101 11111111 11110 1001001 0 0 100010011 1100100 1000000

Color Harmonies of #B345FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B345FF

Black with #B345FF

Text Example


Text Example

White with #B345FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B345FF; }

 p { color: rgb(179,69,255); }

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

background-color css

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

 a { background-color: rgb(179,69,255); }

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

border-color css

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

 span { border-color: rgb(179,69,255); }

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