Html Css Color HEX #BB43FA Medium Orchid

📋 copy color: '#BB43FA'

red 187 ◦ green 67 ◦ blue 250

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

Shades of Medium Orchid #BB43FA

Tints of Medium Orchid #BB43FA

RGB

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

 GREEN value IS 67 (26.56% from 255) = 13.29%

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

R = 37.1%
G = 13.29%
B = 49.6%

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

#BB43FA (or 0xBB43FA) is known color: Medium Orchid. HEX triplet: BB, 43 and FA. RGB value is (187,67,250). Sum of RGB (Red+Green+Blue) = 187+67+250=504 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.10% from 504); Green value is 67 (26.56% from 255 or 13.29% from 504); Blue value is 250 (98.05% from 255 or 49.60% from 504); Max value from RGB is 250 - color contains mainly: blue. Hex color #BB43FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BB43FA is #44BC05. Grayscale: #7B7B7B. Windows color (decimal): -4504582 or 16401339. OLE color: 16401339.

HSL color Cylindrical-coordinate representation of color #BB43FA: hue angle of 279.34º 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 #BB43FA is Cyan = 0.25, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 187 67 250 -
CMYK 0.25 0.73 0 0.02
HSL 279.34º 0.95% 0.62% -
HSV(B) 279.34º 0.73% 0.98% -
XYZ 39.76 21.48 92.49 -
YUV 123.74 199.26 173.12 -
System Red Green Blue C M Y K H S L
Decimal 187 67 250 0.25 0.73 0 0.02 279.34 0.95 0.62
Hex BB 43 FA 19 49 0 2 117 5F 3E
Octal 273 103 372 31 111 0 2 427 137 76
Binary 10111011 1000011 11111010 11001 1001001 0 10 100010111 1011111 111110

Color Harmonies of #BB43FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB43FA

Black with #BB43FA

Text Example


Text Example

White with #BB43FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB43FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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