Html Css Color HEX #BD2CEB Medium Orchid

📋 copy color: '#BD2CEB'

red 189 ◦ green 44 ◦ blue 235

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

Shades of Medium Orchid #BD2CEB

Tints of Medium Orchid #BD2CEB

RGB

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

 GREEN value IS 44 (17.58% from 255) = 9.4%

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

R = 40.38%
G = 9.4%
B = 50.21%

CMYK

 C value IS 0.20

 M value IS 0.81

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BD2CEB (or 0xBD2CEB) is known color: Medium Orchid. HEX triplet: BD, 2C and EB. RGB value is (189,44,235). Sum of RGB (Red+Green+Blue) = 189+44+235=468 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.38% from 468); Green value is 44 (17.58% from 255 or 9.40% from 468); Blue value is 235 (92.19% from 255 or 50.21% from 468); Max value from RGB is 235 - color contains mainly: blue. Hex color #BD2CEB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BD2CEB is #42D314. Grayscale: #6C6C6C. Windows color (decimal): -4379413 or 15412413. OLE color: 15412413.

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

Color convert

RGB 189 44 235 -
CMYK 0.20 0.81 0 0.08
HSL 285.55º 0.83% 0.55% -
HSV(B) 285.55º 0.81% 0.92% -
XYZ 36.88 18.62 80.25 -
YUV 109.13 199.04 184.97 -
System Red Green Blue C M Y K H S L
Decimal 189 44 235 0.20 0.81 0 0.08 285.55 0.83 0.55
Hex BD 2C EB 14 51 0 8 11E 53 37
Octal 275 54 353 24 121 0 10 436 123 67
Binary 10111101 101100 11101011 10100 1010001 0 1000 100011110 1010011 110111

Color Harmonies of #BD2CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD2CEB

Black with #BD2CEB

Text Example


Text Example

White with #BD2CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD2CEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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