Html Css Color HEX #BD45FF Medium Orchid

📋 copy color: '#BD45FF'

red 189 ◦ green 69 ◦ blue 255

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

Shades of Medium Orchid #BD45FF

Tints of Medium Orchid #BD45FF

RGB

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

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

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

R = 36.84%
G = 13.45%
B = 49.71%

CMYK

 C value IS 0.26

 M value IS 0.73

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#BD45FF (or 0xBD45FF) is known color: Medium Orchid. HEX triplet: BD, 45 and FF. RGB value is (189,69,255). Sum of RGB (Red+Green+Blue) = 189+69+255=513 (67% of max value = 765). Red value is 189 (74.22% from 255 or 36.84% from 513); Green value is 69 (27.34% from 255 or 13.45% from 513); Blue value is 255 (100% from 255 or 49.71% from 513); Max value from RGB is 255 - color contains mainly: blue. Hex color #BD45FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BD45FF is #42BA00. Grayscale: #7D7D7D. Windows color (decimal): -4372993 or 16729533. OLE color: 16729533.

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

Color convert

RGB 189 69 255 -
CMYK 0.26 0.73 0 0
HSL 278.71º 1% 0.64% -
HSV(B) 278.71º 0.73% 1% -
XYZ 41.16 22.3 96.74 -
YUV 126.08 200.76 172.88 -
System Red Green Blue C M Y K H S L
Decimal 189 69 255 0.26 0.73 0 0 278.71 1 0.64
Hex BD 45 FF 1A 49 0 0 117 64 40
Octal 275 105 377 32 111 0 0 427 144 100
Binary 10111101 1000101 11111111 11010 1001001 0 0 100010111 1100100 1000000

Color Harmonies of #BD45FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD45FF

Black with #BD45FF

Text Example


Text Example

White with #BD45FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD45FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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