Html Css Color HEX #B348CF Medium Orchid

📋 copy color: '#B348CF'

red 179 ◦ green 72 ◦ blue 207

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

Shades of Medium Orchid #B348CF

Tints of Medium Orchid #B348CF

RGB

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

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

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

R = 39.08%
G = 15.72%
B = 45.2%

CMYK

 C value IS 0.14

 M value IS 0.65

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B348CF (or 0xB348CF) is known color: Medium Orchid. HEX triplet: B3, 48 and CF. RGB value is (179,72,207). Sum of RGB (Red+Green+Blue) = 179+72+207=458 (60% of max value = 765). Red value is 179 (70.31% from 255 or 39.08% from 458); Green value is 72 (28.52% from 255 or 15.72% from 458); Blue value is 207 (81.25% from 255 or 45.20% from 458); Max value from RGB is 207 - color contains mainly: blue. Hex color #B348CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B348CF is #4CB730. Grayscale: #767676. Windows color (decimal): -5027633 or 13584563. OLE color: 13584563.

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

Color convert

RGB 179 72 207 -
CMYK 0.14 0.65 0 0.19
HSL 287.56º 0.58% 0.55% -
HSV(B) 287.56º 0.65% 0.81% -
XYZ 32.17 18.72 60.95 -
YUV 119.38 177.45 170.52 -
System Red Green Blue C M Y K H S L
Decimal 179 72 207 0.14 0.65 0 0.19 287.56 0.58 0.55
Hex B3 48 CF E 41 0 13 120 3A 37
Octal 263 110 317 16 101 0 23 440 72 67
Binary 10110011 1001000 11001111 1110 1000001 0 10011 100100000 111010 110111

Color Harmonies of #B348CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B348CF

Black with #B348CF

Text Example


Text Example

White with #B348CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B348CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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