Html Css Color HEX #B134DA Dark Orchid

📋 copy color: '#B134DA'

red 177 ◦ green 52 ◦ blue 218

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

Shades of Dark Orchid #B134DA

Tints of Dark Orchid #B134DA

RGB

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

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

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

R = 39.6%
G = 11.63%
B = 48.77%

CMYK

 C value IS 0.19

 M value IS 0.76

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B134DA (or 0xB134DA) is known color: Dark Orchid. HEX triplet: B1, 34 and DA. RGB value is (177,52,218). Sum of RGB (Red+Green+Blue) = 177+52+218=447 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.60% from 447); Green value is 52 (20.70% from 255 or 11.63% from 447); Blue value is 218 (85.55% from 255 or 48.77% from 447); Max value from RGB is 218 - color contains mainly: blue. Hex color #B134DA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B134DA is #4ECB25. Grayscale: #6B6B6B. Windows color (decimal): -5163814 or 14300337. OLE color: 14300337.

HSL color Cylindrical-coordinate representation of color #B134DA: hue angle of 285.18º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B134DA is Cyan = 0.19, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 177 52 218 -
CMYK 0.19 0.76 0 0.15
HSL 285.18º 0.69% 0.53% -
HSV(B) 285.18º 0.76% 0.85% -
XYZ 32.01 16.87 67.9 -
YUV 108.3 189.91 177 -
System Red Green Blue C M Y K H S L
Decimal 177 52 218 0.19 0.76 0 0.15 285.18 0.69 0.53
Hex B1 34 DA 13 4C 0 F 11D 45 35
Octal 261 64 332 23 114 0 17 435 105 65
Binary 10110001 110100 11011010 10011 1001100 0 1111 100011101 1000101 110101

Color Harmonies of #B134DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B134DA

Black with #B134DA

Text Example


Text Example

White with #B134DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B134DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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