Html Css Color HEX #BD4AFF Medium Orchid

📋 copy color: '#BD4AFF'

red 189 ◦ green 74 ◦ blue 255

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

Shades of Medium Orchid #BD4AFF

Tints of Medium Orchid #BD4AFF

RGB

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

 GREEN value IS 74 (29.3% from 255) = 14.29%

 BLUE value IS 255 (100% from 255) = 49.23%

R = 36.49%
G = 14.29%
B = 49.23%

CMYK

 C value IS 0.26

 M value IS 0.71

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#BD4AFF (or 0xBD4AFF) is known color: Medium Orchid. HEX triplet: BD, 4A and FF. RGB value is (189,74,255). Sum of RGB (Red+Green+Blue) = 189+74+255=518 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.49% from 518); Green value is 74 (29.30% from 255 or 14.29% from 518); Blue value is 255 (100% from 255 or 49.23% from 518); Max value from RGB is 255 - color contains mainly: blue. Hex color #BD4AFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BD4AFF is #42B500. Grayscale: #808080. Windows color (decimal): -4371713 or 16730813. OLE color: 16730813.

HSL color Cylindrical-coordinate representation of color #BD4AFF: hue angle of 278.12º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BD4AFF is Cyan = 0.26, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 189 74 255 -
CMYK 0.26 0.71 0 0
HSL 278.12º 1% 0.65% -
HSV(B) 278.12º 0.71% 1% -
XYZ 41.49 22.94 96.85 -
YUV 129.02 199.1 170.78 -
System Red Green Blue C M Y K H S L
Decimal 189 74 255 0.26 0.71 0 0 278.12 1 0.65
Hex BD 4A FF 1A 47 0 0 116 64 41
Octal 275 112 377 32 107 0 0 426 144 101
Binary 10111101 1001010 11111111 11010 1000111 0 0 100010110 1100100 1000001

Color Harmonies of #BD4AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD4AFF

Black with #BD4AFF

Text Example


Text Example

White with #BD4AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD4AFF; }

 p { color: rgb(189,74,255); }

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

background-color css

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

 a { background-color: rgb(189,74,255); }

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

border-color css

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

 span { border-color: rgb(189,74,255); }

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