Html Css Color HEX #B34CFA Medium Orchid

📋 copy color: '#B34CFA'

red 179 ◦ green 76 ◦ blue 250

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

Shades of Medium Orchid #B34CFA

Tints of Medium Orchid #B34CFA

RGB

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

 GREEN value IS 76 (30.08% from 255) = 15.05%

 BLUE value IS 250 (98.05% from 255) = 49.5%

R = 35.45%
G = 15.05%
B = 49.5%

CMYK

 C value IS 0.28

 M value IS 0.70

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B34CFA (or 0xB34CFA) is known color: Medium Orchid. HEX triplet: B3, 4C and FA. RGB value is (179,76,250). Sum of RGB (Red+Green+Blue) = 179+76+250=505 (66% of max value = 765). Red value is 179 (70.31% from 255 or 35.45% from 505); Green value is 76 (30.08% from 255 or 15.05% from 505); Blue value is 250 (98.05% from 255 or 49.50% from 505); Max value from RGB is 250 - color contains mainly: blue. Hex color #B34CFA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B34CFA is #4CB305. Grayscale: #7E7E7E. Windows color (decimal): -5026566 or 16403635. OLE color: 16403635.

HSL color Cylindrical-coordinate representation of color #B34CFA: hue angle of 275.52º degrees, saturation: 0.95, 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 #B34CFA is Cyan = 0.28, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 179 76 250 -
CMYK 0.28 0.70 0 0.02
HSL 275.52º 0.95% 0.64% -
HSV(B) 275.52º 0.7% 0.98% -
XYZ 38.43 21.65 92.6 -
YUV 126.63 197.62 165.35 -
System Red Green Blue C M Y K H S L
Decimal 179 76 250 0.28 0.70 0 0.02 275.52 0.95 0.64
Hex B3 4C FA 1C 46 0 2 114 5F 40
Octal 263 114 372 34 106 0 2 424 137 100
Binary 10110011 1001100 11111010 11100 1000110 0 10 100010100 1011111 1000000

Color Harmonies of #B34CFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B34CFA

Black with #B34CFA

Text Example


Text Example

White with #B34CFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B34CFA; }

 p { color: rgb(179,76,250); }

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

background-color css

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

 a { background-color: rgb(179,76,250); }

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

border-color css

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

 span { border-color: rgb(179,76,250); }

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