Html Css Color HEX #BB42FA Medium Orchid

📋 copy color: '#BB42FA'

red 187 ◦ green 66 ◦ blue 250

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

Shades of Medium Orchid #BB42FA

Tints of Medium Orchid #BB42FA

RGB

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

 GREEN value IS 66 (26.17% from 255) = 13.12%

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

R = 37.18%
G = 13.12%
B = 49.7%

CMYK

 C value IS 0.25

 M value IS 0.74

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BB42FA (or 0xBB42FA) is known color: Medium Orchid. HEX triplet: BB, 42 and FA. RGB value is (187,66,250). Sum of RGB (Red+Green+Blue) = 187+66+250=503 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.18% from 503); Green value is 66 (26.17% from 255 or 13.12% from 503); Blue value is 250 (98.05% from 255 or 49.70% from 503); Max value from RGB is 250 - color contains mainly: blue. Hex color #BB42FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BB42FA is #44BD05. Grayscale: #7A7A7A. Windows color (decimal): -4504838 or 16401083. OLE color: 16401083.

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

Color convert

RGB 187 66 250 -
CMYK 0.25 0.74 0 0.02
HSL 279.46º 0.95% 0.62% -
HSV(B) 279.46º 0.74% 0.98% -
XYZ 39.7 21.36 92.47 -
YUV 123.16 199.59 173.54 -
System Red Green Blue C M Y K H S L
Decimal 187 66 250 0.25 0.74 0 0.02 279.46 0.95 0.62
Hex BB 42 FA 19 4A 0 2 117 5F 3E
Octal 273 102 372 31 112 0 2 427 137 76
Binary 10111011 1000010 11111010 11001 1001010 0 10 100010111 1011111 111110

Color Harmonies of #BB42FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB42FA

Black with #BB42FA

Text Example


Text Example

White with #BB42FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB42FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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