Html Css Color HEX #BB44FA Medium Orchid

📋 copy color: '#BB44FA'

red 187 ◦ green 68 ◦ blue 250

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

Shades of Medium Orchid #BB44FA

Tints of Medium Orchid #BB44FA

RGB

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

 GREEN value IS 68 (26.95% from 255) = 13.47%

 BLUE value IS 250 (98.05% from 255) = 49.5%

R = 37.03%
G = 13.47%
B = 49.5%

CMYK

 C value IS 0.25

 M value IS 0.73

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BB44FA (or 0xBB44FA) is known color: Medium Orchid. HEX triplet: BB, 44 and FA. RGB value is (187,68,250). Sum of RGB (Red+Green+Blue) = 187+68+250=505 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.03% from 505); Green value is 68 (26.95% from 255 or 13.47% from 505); Blue value is 250 (98.05% from 255 or 49.50% from 505); Max value from RGB is 250 - color contains mainly: blue. Hex color #BB44FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BB44FA is #44BB05. Grayscale: #7B7B7B. Windows color (decimal): -4504326 or 16401595. OLE color: 16401595.

HSL color Cylindrical-coordinate representation of color #BB44FA: hue angle of 279.23º degrees, saturation: 0.95, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BB44FA is Cyan = 0.25, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 187 68 250 -
CMYK 0.25 0.73 0 0.02
HSL 279.23º 0.95% 0.62% -
HSV(B) 279.23º 0.73% 0.98% -
XYZ 39.82 21.6 92.51 -
YUV 124.33 198.92 172.7 -
System Red Green Blue C M Y K H S L
Decimal 187 68 250 0.25 0.73 0 0.02 279.23 0.95 0.62
Hex BB 44 FA 19 49 0 2 117 5F 3E
Octal 273 104 372 31 111 0 2 427 137 76
Binary 10111011 1000100 11111010 11001 1001001 0 10 100010111 1011111 111110

Color Harmonies of #BB44FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB44FA

Black with #BB44FA

Text Example


Text Example

White with #BB44FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB44FA; }

 p { color: rgb(187,68,250); }

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

background-color css

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

 a { background-color: rgb(187,68,250); }

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

border-color css

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

 span { border-color: rgb(187,68,250); }

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