Html Css Color HEX #BF4BFB Medium Orchid

📋 copy color: '#BF4BFB'

red 191 ◦ green 75 ◦ blue 251

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

Shades of Medium Orchid #BF4BFB

Tints of Medium Orchid #BF4BFB

RGB

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

 GREEN value IS 75 (29.69% from 255) = 14.51%

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

R = 36.94%
G = 14.51%
B = 48.55%

CMYK

 C value IS 0.24

 M value IS 0.70

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BF4BFB (or 0xBF4BFB) is known color: Medium Orchid. HEX triplet: BF, 4B and FB. RGB value is (191,75,251). Sum of RGB (Red+Green+Blue) = 191+75+251=517 (68% of max value = 765). Red value is 191 (75% from 255 or 36.94% from 517); Green value is 75 (29.69% from 255 or 14.51% from 517); Blue value is 251 (98.44% from 255 or 48.55% from 517); Max value from RGB is 251 - color contains mainly: blue. Hex color #BF4BFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BF4BFB is #40B404. Grayscale: #818181. Windows color (decimal): -4240389 or 16468927. OLE color: 16468927.

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

Color convert

RGB 191 75 251 -
CMYK 0.24 0.70 0 0.02
HSL 279.55º 0.96% 0.64% -
HSV(B) 279.55º 0.7% 0.98% -
XYZ 41.41 23.07 93.54 -
YUV 129.75 196.43 171.69 -
System Red Green Blue C M Y K H S L
Decimal 191 75 251 0.24 0.70 0 0.02 279.55 0.96 0.64
Hex BF 4B FB 18 46 0 2 118 60 40
Octal 277 113 373 30 106 0 2 430 140 100
Binary 10111111 1001011 11111011 11000 1000110 0 10 100011000 1100000 1000000

Color Harmonies of #BF4BFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF4BFB

Black with #BF4BFB

Text Example


Text Example

White with #BF4BFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF4BFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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