Html Css Color HEX #BF33F2 Medium Orchid

📋 copy color: '#BF33F2'

red 191 ◦ green 51 ◦ blue 242

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

Shades of Medium Orchid #BF33F2

Tints of Medium Orchid #BF33F2

RGB

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

 GREEN value IS 51 (20.31% from 255) = 10.54%

 BLUE value IS 242 (94.92% from 255) = 50%

R = 39.46%
G = 10.54%
B = 50%

CMYK

 C value IS 0.21

 M value IS 0.79

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BF33F2 (or 0xBF33F2) is known color: Medium Orchid. HEX triplet: BF, 33 and F2. RGB value is (191,51,242). Sum of RGB (Red+Green+Blue) = 191+51+242=484 (64% of max value = 765). Red value is 191 (75% from 255 or 39.46% from 484); Green value is 51 (20.31% from 255 or 10.54% from 484); Blue value is 242 (94.92% from 255 or 50% from 484); Max value from RGB is 242 - color contains mainly: blue. Hex color #BF33F2 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BF33F2 is #40CC0D. Grayscale: #727272. Windows color (decimal): -4246542 or 15872959. OLE color: 15872959.

HSL color Cylindrical-coordinate representation of color #BF33F2: hue angle of 283.98º degrees, saturation: 0.88, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BF33F2 is Cyan = 0.21, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 191 51 242 -
CMYK 0.21 0.79 0 0.05
HSL 283.98º 0.88% 0.57% -
HSV(B) 283.98º 0.79% 0.95% -
XYZ 38.7 19.85 85.8 -
YUV 114.63 199.88 182.47 -
System Red Green Blue C M Y K H S L
Decimal 191 51 242 0.21 0.79 0 0.05 283.98 0.88 0.57
Hex BF 33 F2 15 4F 0 5 11C 58 39
Octal 277 63 362 25 117 0 5 434 130 71
Binary 10111111 110011 11110010 10101 1001111 0 101 100011100 1011000 111001

Color Harmonies of #BF33F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF33F2

Black with #BF33F2

Text Example


Text Example

White with #BF33F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF33F2; }

 p { color: rgb(191,51,242); }

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

background-color css

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

 a { background-color: rgb(191,51,242); }

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

border-color css

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

 span { border-color: rgb(191,51,242); }

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