Html Css Color HEX #B134DF Dark Orchid

📋 copy color: '#B134DF'

red 177 ◦ green 52 ◦ blue 223

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

Shades of Dark Orchid #B134DF

Tints of Dark Orchid #B134DF

RGB

 RED value IS 177 (69.53% from 255) = 39.16%

 GREEN value IS 52 (20.7% from 255) = 11.5%

 BLUE value IS 223 (87.5% from 255) = 49.34%

R = 39.16%
G = 11.5%
B = 49.34%

CMYK

 C value IS 0.21

 M value IS 0.77

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B134DF (or 0xB134DF) is known color: Dark Orchid. HEX triplet: B1, 34 and DF. RGB value is (177,52,223). Sum of RGB (Red+Green+Blue) = 177+52+223=452 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.16% from 452); Green value is 52 (20.70% from 255 or 11.50% from 452); Blue value is 223 (87.5% from 255 or 49.34% from 452); Max value from RGB is 223 - color contains mainly: blue. Hex color #B134DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B134DF is #4ECB20. Grayscale: #6C6C6C. Windows color (decimal): -5163809 or 14628017. OLE color: 14628017.

HSL color Cylindrical-coordinate representation of color #B134DF: hue angle of 283.86º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B134DF is Cyan = 0.21, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 177 52 223 -
CMYK 0.21 0.77 0 0.13
HSL 283.86º 0.73% 0.54% -
HSV(B) 283.86º 0.77% 0.87% -
XYZ 32.68 17.13 71.4 -
YUV 108.87 192.41 176.6 -
System Red Green Blue C M Y K H S L
Decimal 177 52 223 0.21 0.77 0 0.13 283.86 0.73 0.54
Hex B1 34 DF 15 4D 0 D 11C 49 36
Octal 261 64 337 25 115 0 15 434 111 66
Binary 10110001 110100 11011111 10101 1001101 0 1101 100011100 1001001 110110

Color Harmonies of #B134DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B134DF

Black with #B134DF

Text Example


Text Example

White with #B134DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B134DF; }

 p { color: rgb(177,52,223); }

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

background-color css

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

 a { background-color: rgb(177,52,223); }

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

border-color css

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

 span { border-color: rgb(177,52,223); }

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