Html Css Color HEX #BF30ED Medium Orchid

📋 copy color: '#BF30ED'

red 191 ◦ green 48 ◦ blue 237

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

Shades of Medium Orchid #BF30ED

Tints of Medium Orchid #BF30ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 49.79%

R = 40.13%
G = 10.08%
B = 49.79%

CMYK

 C value IS 0.19

 M value IS 0.80

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BF30ED (or 0xBF30ED) is known color: Medium Orchid. HEX triplet: BF, 30 and ED. RGB value is (191,48,237). Sum of RGB (Red+Green+Blue) = 191+48+237=476 (63% of max value = 765). Red value is 191 (75% from 255 or 40.13% from 476); Green value is 48 (19.14% from 255 or 10.08% from 476); Blue value is 237 (92.97% from 255 or 49.79% from 476); Max value from RGB is 237 - color contains mainly: blue. Hex color #BF30ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BF30ED is #40CF12. Grayscale: #6F6F6F. Windows color (decimal): -4247315 or 15544511. OLE color: 15544511.

HSL color Cylindrical-coordinate representation of color #BF30ED: hue angle of 285.4º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BF30ED is Cyan = 0.19, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 191 48 237 -
CMYK 0.19 0.80 0 0.07
HSL 285.4º 0.84% 0.56% -
HSV(B) 285.4º 0.8% 0.93% -
XYZ 37.83 19.3 81.85 -
YUV 112.3 198.38 184.13 -
System Red Green Blue C M Y K H S L
Decimal 191 48 237 0.19 0.80 0 0.07 285.4 0.84 0.56
Hex BF 30 ED 13 50 0 7 11D 54 38
Octal 277 60 355 23 120 0 7 435 124 70
Binary 10111111 110000 11101101 10011 1010000 0 111 100011101 1010100 111000

Color Harmonies of #BF30ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF30ED

Black with #BF30ED

Text Example


Text Example

White with #BF30ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF30ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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