Html Css Color HEX #B345FD Medium Orchid

📋 copy color: '#B345FD'

red 179 ◦ green 69 ◦ blue 253

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

Shades of Medium Orchid #B345FD

Tints of Medium Orchid #B345FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 50.5%

R = 35.73%
G = 13.77%
B = 50.5%

CMYK

 C value IS 0.29

 M value IS 0.73

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B345FD (or 0xB345FD) is known color: Medium Orchid. HEX triplet: B3, 45 and FD. RGB value is (179,69,253). Sum of RGB (Red+Green+Blue) = 179+69+253=501 (66% of max value = 765). Red value is 179 (70.31% from 255 or 35.73% from 501); Green value is 69 (27.34% from 255 or 13.77% from 501); Blue value is 253 (99.22% from 255 or 50.50% from 501); Max value from RGB is 253 - color contains mainly: blue. Hex color #B345FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B345FD is #4CBA02. Grayscale: #7A7A7A. Windows color (decimal): -5028355 or 16598451. OLE color: 16598451.

HSL color Cylindrical-coordinate representation of color #B345FD: hue angle of 275.87º degrees, saturation: 0.98, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B345FD is Cyan = 0.29, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 179 69 253 -
CMYK 0.29 0.73 0 0.01
HSL 275.87º 0.98% 0.63% -
HSV(B) 275.87º 0.73% 0.99% -
XYZ 38.45 20.93 94.94 -
YUV 122.87 201.44 168.04 -
System Red Green Blue C M Y K H S L
Decimal 179 69 253 0.29 0.73 0 0.01 275.87 0.98 0.63
Hex B3 45 FD 1D 49 0 1 114 62 3F
Octal 263 105 375 35 111 0 1 424 142 77
Binary 10110011 1000101 11111101 11101 1001001 0 1 100010100 1100010 111111

Color Harmonies of #B345FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B345FD

Black with #B345FD

Text Example


Text Example

White with #B345FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B345FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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