Html Css Color HEX #BD4EEF Medium Orchid

📋 copy color: '#BD4EEF'

red 189 ◦ green 78 ◦ blue 239

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

Shades of Medium Orchid #BD4EEF

Tints of Medium Orchid #BD4EEF

RGB

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

 GREEN value IS 78 (30.86% from 255) = 15.42%

 BLUE value IS 239 (93.75% from 255) = 47.23%

R = 37.35%
G = 15.42%
B = 47.23%

CMYK

 C value IS 0.21

 M value IS 0.67

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#BD4EEF (or 0xBD4EEF) is known color: Medium Orchid. HEX triplet: BD, 4E and EF. RGB value is (189,78,239). Sum of RGB (Red+Green+Blue) = 189+78+239=506 (67% of max value = 765). Red value is 189 (74.22% from 255 or 37.35% from 506); Green value is 78 (30.86% from 255 or 15.42% from 506); Blue value is 239 (93.75% from 255 or 47.23% from 506); Max value from RGB is 239 - color contains mainly: blue. Hex color #BD4EEF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BD4EEF is #42B110. Grayscale: #818181. Windows color (decimal): -4370705 or 15683261. OLE color: 15683261.

HSL color Cylindrical-coordinate representation of color #BD4EEF: hue angle of 281.37º degrees, saturation: 0.83, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BD4EEF is Cyan = 0.21, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 189 78 239 -
CMYK 0.21 0.67 0 0.06
HSL 281.37º 0.83% 0.62% -
HSV(B) 281.37º 0.67% 0.94% -
XYZ 39.29 22.5 83.93 -
YUV 129.54 189.77 170.41 -
System Red Green Blue C M Y K H S L
Decimal 189 78 239 0.21 0.67 0 0.06 281.37 0.83 0.62
Hex BD 4E EF 15 43 0 6 119 53 3E
Octal 275 116 357 25 103 0 6 431 123 76
Binary 10111101 1001110 11101111 10101 1000011 0 110 100011001 1010011 111110

Color Harmonies of #BD4EEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD4EEF

Black with #BD4EEF

Text Example


Text Example

White with #BD4EEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD4EEF; }

 p { color: rgb(189,78,239); }

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

background-color css

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

 a { background-color: rgb(189,78,239); }

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

border-color css

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

 span { border-color: rgb(189,78,239); }

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