Html Css Color HEX #BF36FB Medium Orchid

📋 copy color: '#BF36FB'

red 191 ◦ green 54 ◦ blue 251

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

Shades of Medium Orchid #BF36FB

Tints of Medium Orchid #BF36FB

RGB

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

 GREEN value IS 54 (21.48% from 255) = 10.89%

 BLUE value IS 251 (98.44% from 255) = 50.6%

R = 38.51%
G = 10.89%
B = 50.6%

CMYK

 C value IS 0.24

 M value IS 0.78

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BF36FB (or 0xBF36FB) is known color: Medium Orchid. HEX triplet: BF, 36 and FB. RGB value is (191,54,251). Sum of RGB (Red+Green+Blue) = 191+54+251=496 (65% of max value = 765). Red value is 191 (75% from 255 or 38.51% from 496); Green value is 54 (21.48% from 255 or 10.89% from 496); Blue value is 251 (98.44% from 255 or 50.60% from 496); Max value from RGB is 251 - color contains mainly: blue. Hex color #BF36FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BF36FB is #40C904. Grayscale: #747474. Windows color (decimal): -4245765 or 16463551. OLE color: 16463551.

HSL color Cylindrical-coordinate representation of color #BF36FB: hue angle of 281.73º degrees, saturation: 0.96, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BF36FB is Cyan = 0.24, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 191 54 251 -
CMYK 0.24 0.78 0 0.02
HSL 281.73º 0.96% 0.6% -
HSV(B) 281.73º 0.78% 0.98% -
XYZ 40.22 20.68 93.14 -
YUV 117.42 203.39 180.48 -
System Red Green Blue C M Y K H S L
Decimal 191 54 251 0.24 0.78 0 0.02 281.73 0.96 0.6
Hex BF 36 FB 18 4E 0 2 11A 60 3C
Octal 277 66 373 30 116 0 2 432 140 74
Binary 10111111 110110 11111011 11000 1001110 0 10 100011010 1100000 111100

Color Harmonies of #BF36FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF36FB

Black with #BF36FB

Text Example


Text Example

White with #BF36FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF36FB; }

 p { color: rgb(191,54,251); }

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

background-color css

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

 a { background-color: rgb(191,54,251); }

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

border-color css

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

 span { border-color: rgb(191,54,251); }

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