Html Css Color HEX #B34FDA Medium Orchid

📋 copy color: '#B34FDA'

red 179 ◦ green 79 ◦ blue 218

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

Shades of Medium Orchid #B34FDA

Tints of Medium Orchid #B34FDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 45.8%

R = 37.61%
G = 16.6%
B = 45.8%

CMYK

 C value IS 0.18

 M value IS 0.64

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B34FDA (or 0xB34FDA) is known color: Medium Orchid. HEX triplet: B3, 4F and DA. RGB value is (179,79,218). Sum of RGB (Red+Green+Blue) = 179+79+218=476 (63% of max value = 765). Red value is 179 (70.31% from 255 or 37.61% from 476); Green value is 79 (31.25% from 255 or 16.60% from 476); Blue value is 218 (85.55% from 255 or 45.80% from 476); Max value from RGB is 218 - color contains mainly: blue. Hex color #B34FDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B34FDA is #4CB025. Grayscale: #7C7C7C. Windows color (decimal): -5025830 or 14307251. OLE color: 14307251.

HSL color Cylindrical-coordinate representation of color #B34FDA: hue angle of 283.17º degrees, saturation: 0.65, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B34FDA is Cyan = 0.18, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 179 79 218 -
CMYK 0.18 0.64 0 0.15
HSL 283.17º 0.65% 0.58% -
HSV(B) 283.17º 0.64% 0.85% -
XYZ 34.04 20.24 68.44 -
YUV 124.75 180.63 166.7 -
System Red Green Blue C M Y K H S L
Decimal 179 79 218 0.18 0.64 0 0.15 283.17 0.65 0.58
Hex B3 4F DA 12 40 0 F 11B 41 3A
Octal 263 117 332 22 100 0 17 433 101 72
Binary 10110011 1001111 11011010 10010 1000000 0 1111 100011011 1000001 111010

Color Harmonies of #B34FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B34FDA

Black with #B34FDA

Text Example


Text Example

White with #B34FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B34FDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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