Html Css Color HEX #BF30EB Medium Orchid

📋 copy color: '#BF30EB'

red 191 ◦ green 48 ◦ blue 235

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

Shades of Medium Orchid #BF30EB

Tints of Medium Orchid #BF30EB

RGB

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

 GREEN value IS 48 (19.14% from 255) = 10.13%

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

R = 40.3%
G = 10.13%
B = 49.58%

CMYK

 C value IS 0.19

 M value IS 0.80

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BF30EB (or 0xBF30EB) is known color: Medium Orchid. HEX triplet: BF, 30 and EB. RGB value is (191,48,235). Sum of RGB (Red+Green+Blue) = 191+48+235=474 (62% of max value = 765). Red value is 191 (75% from 255 or 40.30% from 474); Green value is 48 (19.14% from 255 or 10.13% from 474); Blue value is 235 (92.19% from 255 or 49.58% from 474); Max value from RGB is 235 - color contains mainly: blue. Hex color #BF30EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BF30EB is #40CF14. Grayscale: #6F6F6F. Windows color (decimal): -4247317 or 15413439. OLE color: 15413439.

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

Color convert

RGB 191 48 235 -
CMYK 0.19 0.80 0 0.08
HSL 285.88º 0.82% 0.55% -
HSV(B) 285.88º 0.8% 0.92% -
XYZ 37.54 19.19 80.32 -
YUV 112.08 197.38 184.29 -
System Red Green Blue C M Y K H S L
Decimal 191 48 235 0.19 0.80 0 0.08 285.88 0.82 0.55
Hex BF 30 EB 13 50 0 8 11E 52 37
Octal 277 60 353 23 120 0 10 436 122 67
Binary 10111111 110000 11101011 10011 1010000 0 1000 100011110 1010010 110111

Color Harmonies of #BF30EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF30EB

Black with #BF30EB

Text Example


Text Example

White with #BF30EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF30EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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