Html Css Color HEX #BF5CEB Medium Orchid

📋 copy color: '#BF5CEB'

red 191 ◦ green 92 ◦ blue 235

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

Shades of Medium Orchid #BF5CEB

Tints of Medium Orchid #BF5CEB

RGB

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

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

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

R = 36.87%
G = 17.76%
B = 45.37%

CMYK

 C value IS 0.19

 M value IS 0.61

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BF5CEB (or 0xBF5CEB) is known color: Medium Orchid. HEX triplet: BF, 5C and EB. RGB value is (191,92,235). Sum of RGB (Red+Green+Blue) = 191+92+235=518 (68% of max value = 765). Red value is 191 (75% from 255 or 36.87% from 518); Green value is 92 (36.33% from 255 or 17.76% from 518); Blue value is 235 (92.19% from 255 or 45.37% from 518); Max value from RGB is 235 - color contains mainly: blue. Hex color #BF5CEB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BF5CEB is #40A314. Grayscale: #898989. Windows color (decimal): -4236053 or 15424703. OLE color: 15424703.

HSL color Cylindrical-coordinate representation of color #BF5CEB: hue angle of 281.54º degrees, saturation: 0.78, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BF5CEB is Cyan = 0.19, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 191 92 235 -
CMYK 0.19 0.61 0 0.08
HSL 281.54º 0.78% 0.64% -
HSV(B) 281.54º 0.61% 0.92% -
XYZ 40.31 24.73 81.25 -
YUV 137.9 182.8 165.87 -
System Red Green Blue C M Y K H S L
Decimal 191 92 235 0.19 0.61 0 0.08 281.54 0.78 0.64
Hex BF 5C EB 13 3D 0 8 11A 4E 40
Octal 277 134 353 23 75 0 10 432 116 100
Binary 10111111 1011100 11101011 10011 111101 0 1000 100011010 1001110 1000000

Color Harmonies of #BF5CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF5CEB

Black with #BF5CEB

Text Example


Text Example

White with #BF5CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF5CEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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