Html Css Color HEX #BB4FF3 Medium Orchid

📋 copy color: '#BB4FF3'

red 187 ◦ green 79 ◦ blue 243

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

Shades of Medium Orchid #BB4FF3

Tints of Medium Orchid #BB4FF3

RGB

 RED value IS 187 (73.44% from 255) = 36.74%

 GREEN value IS 79 (31.25% from 255) = 15.52%

 BLUE value IS 243 (95.31% from 255) = 47.74%

R = 36.74%
G = 15.52%
B = 47.74%

CMYK

 C value IS 0.23

 M value IS 0.67

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BB4FF3 (or 0xBB4FF3) is known color: Medium Orchid. HEX triplet: BB, 4F and F3. RGB value is (187,79,243). Sum of RGB (Red+Green+Blue) = 187+79+243=509 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.74% from 509); Green value is 79 (31.25% from 255 or 15.52% from 509); Blue value is 243 (95.31% from 255 or 47.74% from 509); Max value from RGB is 243 - color contains mainly: blue. Hex color #BB4FF3 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB4FF3 is #44B00C. Grayscale: #818181. Windows color (decimal): -4501517 or 15945659. OLE color: 15945659.

HSL color Cylindrical-coordinate representation of color #BB4FF3: hue angle of 279.51º degrees, saturation: 0.87, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BB4FF3 is Cyan = 0.23, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 187 79 243 -
CMYK 0.23 0.67 0 0.05
HSL 279.51º 0.87% 0.63% -
HSV(B) 279.51º 0.67% 0.95% -
XYZ 39.47 22.63 87.08 -
YUV 129.99 191.78 168.66 -
System Red Green Blue C M Y K H S L
Decimal 187 79 243 0.23 0.67 0 0.05 279.51 0.87 0.63
Hex BB 4F F3 17 43 0 5 118 57 3F
Octal 273 117 363 27 103 0 5 430 127 77
Binary 10111011 1001111 11110011 10111 1000011 0 101 100011000 1010111 111111

Color Harmonies of #BB4FF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB4FF3

Black with #BB4FF3

Text Example


Text Example

White with #BB4FF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB4FF3; }

 p { color: rgb(187,79,243); }

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

background-color css

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

 a { background-color: rgb(187,79,243); }

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

border-color css

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

 span { border-color: rgb(187,79,243); }

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