Html Css Color HEX #B34BFF Medium Orchid

📋 copy color: '#B34BFF'

red 179 ◦ green 75 ◦ blue 255

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

Shades of Medium Orchid #B34BFF

Tints of Medium Orchid #B34BFF

RGB

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

 GREEN value IS 75 (29.69% from 255) = 14.73%

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

R = 35.17%
G = 14.73%
B = 50.1%

CMYK

 C value IS 0.30

 M value IS 0.71

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B34BFF (or 0xB34BFF) is known color: Medium Orchid. HEX triplet: B3, 4B and FF. RGB value is (179,75,255). Sum of RGB (Red+Green+Blue) = 179+75+255=509 (67% of max value = 765). Red value is 179 (70.31% from 255 or 35.17% from 509); Green value is 75 (29.69% from 255 or 14.73% from 509); Blue value is 255 (100% from 255 or 50.10% from 509); Max value from RGB is 255 - color contains mainly: blue. Hex color #B34BFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B34BFF is #4CB400. Grayscale: #7D7D7D. Windows color (decimal): -5026817 or 16731059. OLE color: 16731059.

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

Color convert

RGB 179 75 255 -
CMYK 0.30 0.71 0 0
HSL 274.67º 1% 0.65% -
HSV(B) 274.67º 0.71% 1% -
XYZ 39.16 21.84 96.76 -
YUV 126.62 200.46 165.36 -
System Red Green Blue C M Y K H S L
Decimal 179 75 255 0.30 0.71 0 0 274.67 1 0.65
Hex B3 4B FF 1E 47 0 0 113 64 41
Octal 263 113 377 36 107 0 0 423 144 101
Binary 10110011 1001011 11111111 11110 1000111 0 0 100010011 1100100 1000001

Color Harmonies of #B34BFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B34BFF

Black with #B34BFF

Text Example


Text Example

White with #B34BFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B34BFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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