Html Css Color HEX #BD4FED Medium Orchid

📋 copy color: '#BD4FED'

red 189 ◦ green 79 ◦ blue 237

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

Shades of Medium Orchid #BD4FED

Tints of Medium Orchid #BD4FED

RGB

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

 GREEN value IS 79 (31.25% from 255) = 15.64%

 BLUE value IS 237 (92.97% from 255) = 46.93%

R = 37.43%
G = 15.64%
B = 46.93%

CMYK

 C value IS 0.20

 M value IS 0.67

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BD4FED (or 0xBD4FED) is known color: Medium Orchid. HEX triplet: BD, 4F and ED. RGB value is (189,79,237). Sum of RGB (Red+Green+Blue) = 189+79+237=505 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.43% from 505); Green value is 79 (31.25% from 255 or 15.64% from 505); Blue value is 237 (92.97% from 255 or 46.93% from 505); Max value from RGB is 237 - color contains mainly: blue. Hex color #BD4FED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BD4FED is #42B012. Grayscale: #818181. Windows color (decimal): -4370451 or 15552445. OLE color: 15552445.

HSL color Cylindrical-coordinate representation of color #BD4FED: hue angle of 281.77º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BD4FED is Cyan = 0.20, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 189 79 237 -
CMYK 0.20 0.67 0 0.07
HSL 281.77º 0.81% 0.62% -
HSV(B) 281.77º 0.67% 0.93% -
XYZ 39.07 22.53 82.41 -
YUV 129.9 188.44 170.15 -
System Red Green Blue C M Y K H S L
Decimal 189 79 237 0.20 0.67 0 0.07 281.77 0.81 0.62
Hex BD 4F ED 14 43 0 7 11A 51 3E
Octal 275 117 355 24 103 0 7 432 121 76
Binary 10111101 1001111 11101101 10100 1000011 0 111 100011010 1010001 111110

Color Harmonies of #BD4FED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD4FED

Black with #BD4FED

Text Example


Text Example

White with #BD4FED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD4FED; }

 p { color: rgb(189,79,237); }

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

background-color css

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

 a { background-color: rgb(189,79,237); }

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

border-color css

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

 span { border-color: rgb(189,79,237); }

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