Html Css Color HEX #BD3EEB Medium Orchid

📋 copy color: '#BD3EEB'

red 189 ◦ green 62 ◦ blue 235

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

Shades of Medium Orchid #BD3EEB

Tints of Medium Orchid #BD3EEB

RGB

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

 GREEN value IS 62 (24.61% from 255) = 12.76%

 BLUE value IS 235 (92.19% from 255) = 48.35%

R = 38.89%
G = 12.76%
B = 48.35%

CMYK

 C value IS 0.20

 M value IS 0.74

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BD3EEB (or 0xBD3EEB) is known color: Medium Orchid. HEX triplet: BD, 3E and EB. RGB value is (189,62,235). Sum of RGB (Red+Green+Blue) = 189+62+235=486 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.89% from 486); Green value is 62 (24.61% from 255 or 12.76% from 486); Blue value is 235 (92.19% from 255 or 48.35% from 486); Max value from RGB is 235 - color contains mainly: blue. Hex color #BD3EEB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BD3EEB is #42C114. Grayscale: #777777. Windows color (decimal): -4374805 or 15417021. OLE color: 15417021.

HSL color Cylindrical-coordinate representation of color #BD3EEB: hue angle of 284.05º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BD3EEB is Cyan = 0.20, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 189 62 235 -
CMYK 0.20 0.74 0 0.08
HSL 284.05º 0.81% 0.58% -
HSV(B) 284.05º 0.74% 0.92% -
XYZ 37.7 20.26 80.52 -
YUV 119.7 193.08 177.43 -
System Red Green Blue C M Y K H S L
Decimal 189 62 235 0.20 0.74 0 0.08 284.05 0.81 0.58
Hex BD 3E EB 14 4A 0 8 11C 51 3A
Octal 275 76 353 24 112 0 10 434 121 72
Binary 10111101 111110 11101011 10100 1001010 0 1000 100011100 1010001 111010

Color Harmonies of #BD3EEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD3EEB

Black with #BD3EEB

Text Example


Text Example

White with #BD3EEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD3EEB; }

 p { color: rgb(189,62,235); }

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

background-color css

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

 a { background-color: rgb(189,62,235); }

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

border-color css

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

 span { border-color: rgb(189,62,235); }

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