Html Css Color HEX #BD41FA Medium Orchid

📋 copy color: '#BD41FA'

red 189 ◦ green 65 ◦ blue 250

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

Shades of Medium Orchid #BD41FA

Tints of Medium Orchid #BD41FA

RGB

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

 GREEN value IS 65 (25.78% from 255) = 12.9%

 BLUE value IS 250 (98.05% from 255) = 49.6%

R = 37.5%
G = 12.9%
B = 49.6%

CMYK

 C value IS 0.24

 M value IS 0.74

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BD41FA (or 0xBD41FA) is known color: Medium Orchid. HEX triplet: BD, 41 and FA. RGB value is (189,65,250). Sum of RGB (Red+Green+Blue) = 189+65+250=504 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.5% from 504); Green value is 65 (25.78% from 255 or 12.90% from 504); Blue value is 250 (98.05% from 255 or 49.60% from 504); Max value from RGB is 250 - color contains mainly: blue. Hex color #BD41FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BD41FA is #42BE05. Grayscale: #7A7A7A. Windows color (decimal): -4374022 or 16400829. OLE color: 16400829.

HSL color Cylindrical-coordinate representation of color #BD41FA: hue angle of 280.22º degrees, saturation: 0.95, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BD41FA is Cyan = 0.24, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 189 65 250 -
CMYK 0.24 0.74 0 0.02
HSL 280.22º 0.95% 0.62% -
HSV(B) 280.22º 0.74% 0.98% -
XYZ 40.13 21.5 92.48 -
YUV 123.17 199.58 174.96 -
System Red Green Blue C M Y K H S L
Decimal 189 65 250 0.24 0.74 0 0.02 280.22 0.95 0.62
Hex BD 41 FA 18 4A 0 2 118 5F 3E
Octal 275 101 372 30 112 0 2 430 137 76
Binary 10111101 1000001 11111010 11000 1001010 0 10 100011000 1011111 111110

Color Harmonies of #BD41FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD41FA

Black with #BD41FA

Text Example


Text Example

White with #BD41FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD41FA; }

 p { color: rgb(189,65,250); }

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

background-color css

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

 a { background-color: rgb(189,65,250); }

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

border-color css

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

 span { border-color: rgb(189,65,250); }

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