Html Css Color HEX #BD4AFE Medium Orchid

📋 copy color: '#BD4AFE'

red 189 ◦ green 74 ◦ blue 254

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

Shades of Medium Orchid #BD4AFE

Tints of Medium Orchid #BD4AFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 49.13%

R = 36.56%
G = 14.31%
B = 49.13%

CMYK

 C value IS 0.26

 M value IS 0.71

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#BD4AFE (or 0xBD4AFE) is known color: Medium Orchid. HEX triplet: BD, 4A and FE. RGB value is (189,74,254). Sum of RGB (Red+Green+Blue) = 189+74+254=517 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.56% from 517); Green value is 74 (29.30% from 255 or 14.31% from 517); Blue value is 254 (99.61% from 255 or 49.13% from 517); Max value from RGB is 254 - color contains mainly: blue. Hex color #BD4AFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BD4AFE is #42B501. Grayscale: #808080. Windows color (decimal): -4371714 or 16665277. OLE color: 16665277.

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

Color convert

RGB 189 74 254 -
CMYK 0.26 0.71 0 0.00
HSL 278.33º 0.99% 0.64% -
HSV(B) 278.33º 0.71% 1% -
XYZ 41.32 22.87 96 -
YUV 128.91 198.6 170.86 -
System Red Green Blue C M Y K H S L
Decimal 189 74 254 0.26 0.71 0 0.00 278.33 0.99 0.64
Hex BD 4A FE 1A 47 0 0 116 63 40
Octal 275 112 376 32 107 0 0 426 143 100
Binary 10111101 1001010 11111110 11010 1000111 0 0 100010110 1100011 1000000

Color Harmonies of #BD4AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD4AFE

Black with #BD4AFE

Text Example


Text Example

White with #BD4AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD4AFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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