Html Css Color HEX #B343FF Medium Orchid

📋 copy color: '#B343FF'

red 179 ◦ green 67 ◦ blue 255

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

Shades of Medium Orchid #B343FF

Tints of Medium Orchid #B343FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 50.9%

R = 35.73%
G = 13.37%
B = 50.9%

CMYK

 C value IS 0.30

 M value IS 0.74

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B343FF (or 0xB343FF) is known color: Medium Orchid. HEX triplet: B3, 43 and FF. RGB value is (179,67,255). Sum of RGB (Red+Green+Blue) = 179+67+255=501 (66% of max value = 765). Red value is 179 (70.31% from 255 or 35.73% from 501); Green value is 67 (26.56% from 255 or 13.37% from 501); Blue value is 255 (100% from 255 or 50.90% from 501); Max value from RGB is 255 - color contains mainly: blue. Hex color #B343FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B343FF is #4CBC00. Grayscale: #797979. Windows color (decimal): -5028865 or 16729011. OLE color: 16729011.

HSL color Cylindrical-coordinate representation of color #B343FF: hue angle of 275.74º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B343FF is Cyan = 0.30, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 179 67 255 -
CMYK 0.30 0.74 0 0
HSL 275.74º 1% 0.63% -
HSV(B) 275.74º 0.74% 1% -
XYZ 38.65 20.82 96.59 -
YUV 121.92 203.11 168.71 -
System Red Green Blue C M Y K H S L
Decimal 179 67 255 0.30 0.74 0 0 275.74 1 0.63
Hex B3 43 FF 1E 4A 0 0 114 64 3F
Octal 263 103 377 36 112 0 0 424 144 77
Binary 10110011 1000011 11111111 11110 1001010 0 0 100010100 1100100 111111

Color Harmonies of #B343FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B343FF

Black with #B343FF

Text Example


Text Example

White with #B343FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B343FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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