Html Css Color HEX #B348CC Medium Orchid

📋 copy color: '#B348CC'

red 179 ◦ green 72 ◦ blue 204

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

Shades of Medium Orchid #B348CC

Tints of Medium Orchid #B348CC

RGB

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

 GREEN value IS 72 (28.52% from 255) = 15.82%

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

R = 39.34%
G = 15.82%
B = 44.84%

CMYK

 C value IS 0.12

 M value IS 0.65

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#B348CC (or 0xB348CC) is known color: Medium Orchid. HEX triplet: B3, 48 and CC. RGB value is (179,72,204). Sum of RGB (Red+Green+Blue) = 179+72+204=455 (60% of max value = 765). Red value is 179 (70.31% from 255 or 39.34% from 455); Green value is 72 (28.52% from 255 or 15.82% from 455); Blue value is 204 (80.08% from 255 or 44.84% from 455); Max value from RGB is 204 - color contains mainly: blue. Hex color #B348CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B348CC is #4CB733. Grayscale: #767676. Windows color (decimal): -5027636 or 13387955. OLE color: 13387955.

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

Color convert

RGB 179 72 204 -
CMYK 0.12 0.65 0 0.2
HSL 288.64º 0.56% 0.54% -
HSV(B) 288.64º 0.65% 0.8% -
XYZ 31.81 18.58 59.04 -
YUV 119.04 175.95 170.77 -
System Red Green Blue C M Y K H S L
Decimal 179 72 204 0.12 0.65 0 0.2 288.64 0.56 0.54
Hex B3 48 CC C 41 0 14 121 38 36
Octal 263 110 314 14 101 0 24 441 70 66
Binary 10110011 1001000 11001100 1100 1000001 0 10100 100100001 111000 110110

Color Harmonies of #B348CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B348CC

Black with #B348CC

Text Example


Text Example

White with #B348CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B348CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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