Html Css Color HEX #B34FDD Medium Orchid

📋 copy color: '#B34FDD'

red 179 ◦ green 79 ◦ blue 221

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

Shades of Medium Orchid #B34FDD

Tints of Medium Orchid #B34FDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 46.14%

R = 37.37%
G = 16.49%
B = 46.14%

CMYK

 C value IS 0.19

 M value IS 0.64

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B34FDD (or 0xB34FDD) is known color: Medium Orchid. HEX triplet: B3, 4F and DD. RGB value is (179,79,221). Sum of RGB (Red+Green+Blue) = 179+79+221=479 (63% of max value = 765). Red value is 179 (70.31% from 255 or 37.37% from 479); Green value is 79 (31.25% from 255 or 16.49% from 479); Blue value is 221 (86.72% from 255 or 46.14% from 479); Max value from RGB is 221 - color contains mainly: blue. Hex color #B34FDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B34FDD is #4CB022. Grayscale: #7C7C7C. Windows color (decimal): -5025827 or 14503859. OLE color: 14503859.

HSL color Cylindrical-coordinate representation of color #B34FDD: hue angle of 282.25º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B34FDD is Cyan = 0.19, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 179 79 221 -
CMYK 0.19 0.64 0 0.13
HSL 282.25º 0.68% 0.59% -
HSV(B) 282.25º 0.64% 0.87% -
XYZ 34.44 20.4 70.53 -
YUV 125.09 182.13 166.45 -
System Red Green Blue C M Y K H S L
Decimal 179 79 221 0.19 0.64 0 0.13 282.25 0.68 0.59
Hex B3 4F DD 13 40 0 D 11A 44 3B
Octal 263 117 335 23 100 0 15 432 104 73
Binary 10110011 1001111 11011101 10011 1000000 0 1101 100011010 1000100 111011

Color Harmonies of #B34FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B34FDD

Black with #B34FDD

Text Example


Text Example

White with #B34FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B34FDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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