Html Css Color HEX #B34AFB Medium Orchid

📋 copy color: '#B34AFB'

red 179 ◦ green 74 ◦ blue 251

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

Shades of Medium Orchid #B34AFB

Tints of Medium Orchid #B34AFB

RGB

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

 GREEN value IS 74 (29.3% from 255) = 14.68%

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

R = 35.52%
G = 14.68%
B = 49.8%

CMYK

 C value IS 0.29

 M value IS 0.71

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B34AFB (or 0xB34AFB) is known color: Medium Orchid. HEX triplet: B3, 4A and FB. RGB value is (179,74,251). Sum of RGB (Red+Green+Blue) = 179+74+251=504 (66% of max value = 765). Red value is 179 (70.31% from 255 or 35.52% from 504); Green value is 74 (29.30% from 255 or 14.68% from 504); Blue value is 251 (98.44% from 255 or 49.80% from 504); Max value from RGB is 251 - color contains mainly: blue. Hex color #B34AFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B34AFB is #4CB504. Grayscale: #7C7C7C. Windows color (decimal): -5027077 or 16468659. OLE color: 16468659.

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

Color convert

RGB 179 74 251 -
CMYK 0.29 0.71 0 0.02
HSL 275.59º 0.96% 0.64% -
HSV(B) 275.59º 0.71% 0.98% -
XYZ 38.45 21.45 93.38 -
YUV 125.57 198.79 166.11 -
System Red Green Blue C M Y K H S L
Decimal 179 74 251 0.29 0.71 0 0.02 275.59 0.96 0.64
Hex B3 4A FB 1D 47 0 2 114 60 40
Octal 263 112 373 35 107 0 2 424 140 100
Binary 10110011 1001010 11111011 11101 1000111 0 10 100010100 1100000 1000000

Color Harmonies of #B34AFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B34AFB

Black with #B34AFB

Text Example


Text Example

White with #B34AFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B34AFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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