Html Css Color HEX #B34BFB Medium Orchid

📋 copy color: '#B34BFB'

red 179 ◦ green 75 ◦ blue 251

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

Shades of Medium Orchid #B34BFB

Tints of Medium Orchid #B34BFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 49.7%

R = 35.45%
G = 14.85%
B = 49.7%

CMYK

 C value IS 0.29

 M value IS 0.70

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B34BFB (or 0xB34BFB) is known color: Medium Orchid. HEX triplet: B3, 4B and FB. RGB value is (179,75,251). Sum of RGB (Red+Green+Blue) = 179+75+251=505 (66% of max value = 765). Red value is 179 (70.31% from 255 or 35.45% from 505); Green value is 75 (29.69% from 255 or 14.85% from 505); Blue value is 251 (98.44% from 255 or 49.70% from 505); Max value from RGB is 251 - color contains mainly: blue. Hex color #B34BFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B34BFB is #4CB404. Grayscale: #7D7D7D. Windows color (decimal): -5026821 or 16468915. OLE color: 16468915.

HSL color Cylindrical-coordinate representation of color #B34BFB: hue angle of 275.45º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B34BFB is Cyan = 0.29, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 179 75 251 -
CMYK 0.29 0.70 0 0.02
HSL 275.45º 0.96% 0.64% -
HSV(B) 275.45º 0.7% 0.98% -
XYZ 38.52 21.58 93.4 -
YUV 126.16 198.46 165.69 -
System Red Green Blue C M Y K H S L
Decimal 179 75 251 0.29 0.70 0 0.02 275.45 0.96 0.64
Hex B3 4B FB 1D 46 0 2 113 60 40
Octal 263 113 373 35 106 0 2 423 140 100
Binary 10110011 1001011 11111011 11101 1000110 0 10 100010011 1100000 1000000

Color Harmonies of #B34BFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B34BFB

Black with #B34BFB

Text Example


Text Example

White with #B34BFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B34BFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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