Html Css Color HEX #BF2DEB Medium Orchid

📋 copy color: '#BF2DEB'

red 191 ◦ green 45 ◦ blue 235

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

Shades of Medium Orchid #BF2DEB

Tints of Medium Orchid #BF2DEB

RGB

 RED value IS 191 (75% from 255) = 40.55%

 GREEN value IS 45 (17.97% from 255) = 9.55%

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

R = 40.55%
G = 9.55%
B = 49.89%

CMYK

 C value IS 0.19

 M value IS 0.81

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BF2DEB (or 0xBF2DEB) is known color: Medium Orchid. HEX triplet: BF, 2D and EB. RGB value is (191,45,235). Sum of RGB (Red+Green+Blue) = 191+45+235=471 (62% of max value = 765). Red value is 191 (75% from 255 or 40.55% from 471); Green value is 45 (17.97% from 255 or 9.55% from 471); Blue value is 235 (92.19% from 255 or 49.89% from 471); Max value from RGB is 235 - color contains mainly: blue. Hex color #BF2DEB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BF2DEB is #40D214. Grayscale: #6D6D6D. Windows color (decimal): -4248085 or 15412671. OLE color: 15412671.

HSL color Cylindrical-coordinate representation of color #BF2DEB: hue angle of 286.11º 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 #BF2DEB is Cyan = 0.19, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 191 45 235 -
CMYK 0.19 0.81 0 0.08
HSL 286.11º 0.83% 0.55% -
HSV(B) 286.11º 0.81% 0.92% -
XYZ 37.42 18.95 80.28 -
YUV 110.31 198.37 185.55 -
System Red Green Blue C M Y K H S L
Decimal 191 45 235 0.19 0.81 0 0.08 286.11 0.83 0.55
Hex BF 2D EB 13 51 0 8 11E 53 37
Octal 277 55 353 23 121 0 10 436 123 67
Binary 10111111 101101 11101011 10011 1010001 0 1000 100011110 1010011 110111

Color Harmonies of #BF2DEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF2DEB

Black with #BF2DEB

Text Example


Text Example

White with #BF2DEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF2DEB; }

 p { color: rgb(191,45,235); }

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

background-color css

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

 a { background-color: rgb(191,45,235); }

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

border-color css

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

 span { border-color: rgb(191,45,235); }

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