Html Css Color HEX #BF4BFD Medium Orchid

📋 copy color: '#BF4BFD'

red 191 ◦ green 75 ◦ blue 253

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

Shades of Medium Orchid #BF4BFD

Tints of Medium Orchid #BF4BFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 48.75%

R = 36.8%
G = 14.45%
B = 48.75%

CMYK

 C value IS 0.25

 M value IS 0.70

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#BF4BFD (or 0xBF4BFD) is known color: Medium Orchid. HEX triplet: BF, 4B and FD. RGB value is (191,75,253). Sum of RGB (Red+Green+Blue) = 191+75+253=519 (68% of max value = 765). Red value is 191 (75% from 255 or 36.80% from 519); Green value is 75 (29.69% from 255 or 14.45% from 519); Blue value is 253 (99.22% from 255 or 48.75% from 519); Max value from RGB is 253 - color contains mainly: blue. Hex color #BF4BFD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BF4BFD is #40B402. Grayscale: #818181. Windows color (decimal): -4240387 or 16599999. OLE color: 16599999.

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

Color convert

RGB 191 75 253 -
CMYK 0.25 0.70 0 0.01
HSL 279.1º 0.98% 0.64% -
HSV(B) 279.1º 0.7% 0.99% -
XYZ 41.73 23.2 95.21 -
YUV 129.98 197.43 171.53 -
System Red Green Blue C M Y K H S L
Decimal 191 75 253 0.25 0.70 0 0.01 279.1 0.98 0.64
Hex BF 4B FD 19 46 0 1 117 62 40
Octal 277 113 375 31 106 0 1 427 142 100
Binary 10111111 1001011 11111101 11001 1000110 0 1 100010111 1100010 1000000

Color Harmonies of #BF4BFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF4BFD

Black with #BF4BFD

Text Example


Text Example

White with #BF4BFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF4BFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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