Html Css Color HEX #B343F7 Medium Orchid

📋 copy color: '#B343F7'

red 179 ◦ green 67 ◦ blue 247

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

Shades of Medium Orchid #B343F7

Tints of Medium Orchid #B343F7

RGB

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

 GREEN value IS 67 (26.56% from 255) = 13.59%

 BLUE value IS 247 (96.88% from 255) = 50.1%

R = 36.31%
G = 13.59%
B = 50.1%

CMYK

 C value IS 0.28

 M value IS 0.73

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#B343F7 (or 0xB343F7) is known color: Medium Orchid. HEX triplet: B3, 43 and F7. RGB value is (179,67,247). Sum of RGB (Red+Green+Blue) = 179+67+247=493 (65% of max value = 765). Red value is 179 (70.31% from 255 or 36.31% from 493); Green value is 67 (26.56% from 255 or 13.59% from 493); Blue value is 247 (96.88% from 255 or 50.10% from 493); Max value from RGB is 247 - color contains mainly: blue. Hex color #B343F7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B343F7 is #4CBC08. Grayscale: #787878. Windows color (decimal): -5028873 or 16204723. OLE color: 16204723.

HSL color Cylindrical-coordinate representation of color #B343F7: hue angle of 277.33º degrees, saturation: 0.92, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B343F7 is Cyan = 0.28, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 179 67 247 -
CMYK 0.28 0.73 0 0.03
HSL 277.33º 0.92% 0.62% -
HSV(B) 277.33º 0.73% 0.97% -
XYZ 37.39 20.31 89.95 -
YUV 121.01 199.11 169.36 -
System Red Green Blue C M Y K H S L
Decimal 179 67 247 0.28 0.73 0 0.03 277.33 0.92 0.62
Hex B3 43 F7 1C 49 0 3 115 5C 3E
Octal 263 103 367 34 111 0 3 425 134 76
Binary 10110011 1000011 11110111 11100 1001001 0 11 100010101 1011100 111110

Color Harmonies of #B343F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B343F7

Black with #B343F7

Text Example


Text Example

White with #B343F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B343F7; }

 p { color: rgb(179,67,247); }

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

background-color css

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

 a { background-color: rgb(179,67,247); }

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

border-color css

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

 span { border-color: rgb(179,67,247); }

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