Html Css Color HEX #BD45FA Medium Orchid

📋 copy color: '#BD45FA'

red 189 ◦ green 69 ◦ blue 250

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

Shades of Medium Orchid #BD45FA

Tints of Medium Orchid #BD45FA

RGB

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

 GREEN value IS 69 (27.34% from 255) = 13.58%

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

R = 37.2%
G = 13.58%
B = 49.21%

CMYK

 C value IS 0.24

 M value IS 0.72

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BD45FA (or 0xBD45FA) is known color: Medium Orchid. HEX triplet: BD, 45 and FA. RGB value is (189,69,250). Sum of RGB (Red+Green+Blue) = 189+69+250=508 (67% of max value = 765). Red value is 189 (74.22% from 255 or 37.20% from 508); Green value is 69 (27.34% from 255 or 13.58% from 508); Blue value is 250 (98.05% from 255 or 49.21% from 508); Max value from RGB is 250 - color contains mainly: blue. Hex color #BD45FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BD45FA is #42BA05. Grayscale: #7C7C7C. Windows color (decimal): -4372998 or 16401853. OLE color: 16401853.

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

Color convert

RGB 189 69 250 -
CMYK 0.24 0.72 0 0.02
HSL 279.78º 0.95% 0.63% -
HSV(B) 279.78º 0.72% 0.98% -
XYZ 40.37 21.98 92.56 -
YUV 125.51 198.26 173.28 -
System Red Green Blue C M Y K H S L
Decimal 189 69 250 0.24 0.72 0 0.02 279.78 0.95 0.63
Hex BD 45 FA 18 48 0 2 118 5F 3F
Octal 275 105 372 30 110 0 2 430 137 77
Binary 10111101 1000101 11111010 11000 1001000 0 10 100011000 1011111 111111

Color Harmonies of #BD45FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD45FA

Black with #BD45FA

Text Example


Text Example

White with #BD45FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD45FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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