Html Css Color HEX #BB42FC Medium Orchid

📋 copy color: '#BB42FC'

red 187 ◦ green 66 ◦ blue 252

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

Shades of Medium Orchid #BB42FC

Tints of Medium Orchid #BB42FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 49.9%

R = 37.03%
G = 13.07%
B = 49.9%

CMYK

 C value IS 0.26

 M value IS 0.74

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#BB42FC (or 0xBB42FC) is known color: Medium Orchid. HEX triplet: BB, 42 and FC. RGB value is (187,66,252). Sum of RGB (Red+Green+Blue) = 187+66+252=505 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.03% from 505); Green value is 66 (26.17% from 255 or 13.07% from 505); Blue value is 252 (98.83% from 255 or 49.90% from 505); Max value from RGB is 252 - color contains mainly: blue. Hex color #BB42FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BB42FC is #44BD03. Grayscale: #7A7A7A. Windows color (decimal): -4504836 or 16532155. OLE color: 16532155.

HSL color Cylindrical-coordinate representation of color #BB42FC: hue angle of 279.03º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BB42FC is Cyan = 0.26, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 187 66 252 -
CMYK 0.26 0.74 0 0.01
HSL 279.03º 0.97% 0.62% -
HSV(B) 279.03º 0.74% 0.99% -
XYZ 40.01 21.49 94.13 -
YUV 123.38 200.59 173.38 -
System Red Green Blue C M Y K H S L
Decimal 187 66 252 0.26 0.74 0 0.01 279.03 0.97 0.62
Hex BB 42 FC 1A 4A 0 1 117 61 3E
Octal 273 102 374 32 112 0 1 427 141 76
Binary 10111011 1000010 11111100 11010 1001010 0 1 100010111 1100001 111110

Color Harmonies of #BB42FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB42FC

Black with #BB42FC

Text Example


Text Example

White with #BB42FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB42FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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