Html Css Color HEX #B345CC Medium Orchid

📋 copy color: '#B345CC'

red 179 ◦ green 69 ◦ blue 204

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

Shades of Medium Orchid #B345CC

Tints of Medium Orchid #B345CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 45.13%

R = 39.6%
G = 15.27%
B = 45.13%

CMYK

 C value IS 0.12

 M value IS 0.66

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#B345CC (or 0xB345CC) is known color: Medium Orchid. HEX triplet: B3, 45 and CC. RGB value is (179,69,204). Sum of RGB (Red+Green+Blue) = 179+69+204=452 (59% of max value = 765). Red value is 179 (70.31% from 255 or 39.60% from 452); Green value is 69 (27.34% from 255 or 15.27% from 452); Blue value is 204 (80.08% from 255 or 45.13% from 452); Max value from RGB is 204 - color contains mainly: blue. Hex color #B345CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B345CC is #4CBA33. Grayscale: #747474. Windows color (decimal): -5028404 or 13387187. OLE color: 13387187.

HSL color Cylindrical-coordinate representation of color #B345CC: hue angle of 288.89º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B345CC is Cyan = 0.12, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 179 69 204 -
CMYK 0.12 0.66 0 0.2
HSL 288.89º 0.57% 0.54% -
HSV(B) 288.89º 0.66% 0.8% -
XYZ 31.62 18.2 58.97 -
YUV 117.28 176.94 172.02 -
System Red Green Blue C M Y K H S L
Decimal 179 69 204 0.12 0.66 0 0.2 288.89 0.57 0.54
Hex B3 45 CC C 42 0 14 121 39 36
Octal 263 105 314 14 102 0 24 441 71 66
Binary 10110011 1000101 11001100 1100 1000010 0 10100 100100001 111001 110110

Color Harmonies of #B345CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B345CC

Black with #B345CC

Text Example


Text Example

White with #B345CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B345CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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