Html Css Color HEX #BD2AE6 Dark Orchid

📋 copy color: '#BD2AE6'

red 189 ◦ green 42 ◦ blue 230

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

Shades of Dark Orchid #BD2AE6

Tints of Dark Orchid #BD2AE6

RGB

 RED value IS 189 (74.22% from 255) = 41%

 GREEN value IS 42 (16.8% from 255) = 9.11%

 BLUE value IS 230 (90.23% from 255) = 49.89%

R = 41%
G = 9.11%
B = 49.89%

CMYK

 C value IS 0.18

 M value IS 0.82

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#BD2AE6 (or 0xBD2AE6) is known color: Dark Orchid. HEX triplet: BD, 2A and E6. RGB value is (189,42,230). Sum of RGB (Red+Green+Blue) = 189+42+230=461 (61% of max value = 765). Red value is 189 (74.22% from 255 or 41.00% from 461); Green value is 42 (16.80% from 255 or 9.11% from 461); Blue value is 230 (90.23% from 255 or 49.89% from 461); Max value from RGB is 230 - color contains mainly: blue. Hex color #BD2AE6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BD2AE6 is #42D519. Grayscale: #6A6A6A. Windows color (decimal): -4379930 or 15084221. OLE color: 15084221.

HSL color Cylindrical-coordinate representation of color #BD2AE6: hue angle of 286.91º degrees, saturation: 0.79, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BD2AE6 is Cyan = 0.18, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 189 42 230 -
CMYK 0.18 0.82 0 0.10
HSL 286.91º 0.79% 0.53% -
HSV(B) 286.91º 0.82% 0.9% -
XYZ 36.1 18.19 76.47 -
YUV 107.39 197.2 186.21 -
System Red Green Blue C M Y K H S L
Decimal 189 42 230 0.18 0.82 0 0.10 286.91 0.79 0.53
Hex BD 2A E6 12 52 0 A 11F 4F 35
Octal 275 52 346 22 122 0 12 437 117 65
Binary 10111101 101010 11100110 10010 1010010 0 1010 100011111 1001111 110101

Color Harmonies of #BD2AE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD2AE6

Black with #BD2AE6

Text Example


Text Example

White with #BD2AE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD2AE6; }

 p { color: rgb(189,42,230); }

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

background-color css

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

 a { background-color: rgb(189,42,230); }

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

border-color css

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

 span { border-color: rgb(189,42,230); }

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