Html Css Color HEX #B34FFE Medium Orchid

📋 copy color: '#B34FFE'

red 179 ◦ green 79 ◦ blue 254

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

Shades of Medium Orchid #B34FFE

Tints of Medium Orchid #B34FFE

RGB

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

 GREEN value IS 79 (31.25% from 255) = 15.43%

 BLUE value IS 254 (99.61% from 255) = 49.61%

R = 34.96%
G = 15.43%
B = 49.61%

CMYK

 C value IS 0.30

 M value IS 0.69

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#B34FFE (or 0xB34FFE) is known color: Medium Orchid. HEX triplet: B3, 4F and FE. RGB value is (179,79,254). Sum of RGB (Red+Green+Blue) = 179+79+254=512 (67% of max value = 765). Red value is 179 (70.31% from 255 or 34.96% from 512); Green value is 79 (31.25% from 255 or 15.43% from 512); Blue value is 254 (99.61% from 255 or 49.61% from 512); Max value from RGB is 254 - color contains mainly: blue. Hex color #B34FFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B34FFE is #4CB001. Grayscale: #808080. Windows color (decimal): -5025794 or 16666547. OLE color: 16666547.

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

Color convert

RGB 179 79 254 -
CMYK 0.30 0.69 0 0.00
HSL 274.29º 0.99% 0.65% -
HSV(B) 274.29º 0.69% 1% -
XYZ 39.28 22.33 96.01 -
YUV 128.85 198.63 163.77 -
System Red Green Blue C M Y K H S L
Decimal 179 79 254 0.30 0.69 0 0.00 274.29 0.99 0.65
Hex B3 4F FE 1E 45 0 0 112 63 41
Octal 263 117 376 36 105 0 0 422 143 101
Binary 10110011 1001111 11111110 11110 1000101 0 0 100010010 1100011 1000001

Color Harmonies of #B34FFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B34FFE

Black with #B34FFE

Text Example


Text Example

White with #B34FFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B34FFE; }

 p { color: rgb(179,79,254); }

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

background-color css

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

 a { background-color: rgb(179,79,254); }

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

border-color css

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

 span { border-color: rgb(179,79,254); }

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