Html Css Color HEX #BF4CEB Medium Orchid

📋 copy color: '#BF4CEB'

red 191 ◦ green 76 ◦ blue 235

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

Shades of Medium Orchid #BF4CEB

Tints of Medium Orchid #BF4CEB

RGB

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

 GREEN value IS 76 (30.08% from 255) = 15.14%

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

R = 38.05%
G = 15.14%
B = 46.81%

CMYK

 C value IS 0.19

 M value IS 0.68

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BF4CEB (or 0xBF4CEB) is known color: Medium Orchid. HEX triplet: BF, 4C and EB. RGB value is (191,76,235). Sum of RGB (Red+Green+Blue) = 191+76+235=502 (66% of max value = 765). Red value is 191 (75% from 255 or 38.05% from 502); Green value is 76 (30.08% from 255 or 15.14% from 502); Blue value is 235 (92.19% from 255 or 46.81% from 502); Max value from RGB is 235 - color contains mainly: blue. Hex color #BF4CEB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BF4CEB is #40B314. Grayscale: #7F7F7F. Windows color (decimal): -4240149 or 15420607. OLE color: 15420607.

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

Color convert

RGB 191 76 235 -
CMYK 0.19 0.68 0 0.08
HSL 283.4º 0.8% 0.61% -
HSV(B) 283.4º 0.68% 0.92% -
XYZ 39.07 22.24 80.83 -
YUV 128.51 188.1 172.57 -
System Red Green Blue C M Y K H S L
Decimal 191 76 235 0.19 0.68 0 0.08 283.4 0.8 0.61
Hex BF 4C EB 13 44 0 8 11B 50 3D
Octal 277 114 353 23 104 0 10 433 120 75
Binary 10111111 1001100 11101011 10011 1000100 0 1000 100011011 1010000 111101

Color Harmonies of #BF4CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF4CEB

Black with #BF4CEB

Text Example


Text Example

White with #BF4CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF4CEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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