Html Css Color HEX #BD5CEF Medium Orchid

📋 copy color: '#BD5CEF'

red 189 ◦ green 92 ◦ blue 239

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

Shades of Medium Orchid #BD5CEF

Tints of Medium Orchid #BD5CEF

RGB

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

 GREEN value IS 92 (36.33% from 255) = 17.69%

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

R = 36.35%
G = 17.69%
B = 45.96%

CMYK

 C value IS 0.21

 M value IS 0.62

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#BD5CEF (or 0xBD5CEF) is known color: Medium Orchid. HEX triplet: BD, 5C and EF. RGB value is (189,92,239). Sum of RGB (Red+Green+Blue) = 189+92+239=520 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.35% from 520); Green value is 92 (36.33% from 255 or 17.69% from 520); Blue value is 239 (93.75% from 255 or 45.96% from 520); Max value from RGB is 239 - color contains mainly: blue. Hex color #BD5CEF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BD5CEF is #42A310. Grayscale: #898989. Windows color (decimal): -4367121 or 15686845. OLE color: 15686845.

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

Color convert

RGB 189 92 239 -
CMYK 0.21 0.62 0 0.06
HSL 279.59º 0.82% 0.65% -
HSV(B) 279.59º 0.62% 0.94% -
XYZ 40.39 24.71 84.3 -
YUV 137.76 185.14 164.55 -
System Red Green Blue C M Y K H S L
Decimal 189 92 239 0.21 0.62 0 0.06 279.59 0.82 0.65
Hex BD 5C EF 15 3E 0 6 118 52 41
Octal 275 134 357 25 76 0 6 430 122 101
Binary 10111101 1011100 11101111 10101 111110 0 110 100011000 1010010 1000001

Color Harmonies of #BD5CEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD5CEF

Black with #BD5CEF

Text Example


Text Example

White with #BD5CEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD5CEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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