Html Css Color HEX #BB45FA Medium Orchid

📋 copy color: '#BB45FA'

red 187 ◦ green 69 ◦ blue 250

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

Shades of Medium Orchid #BB45FA

Tints of Medium Orchid #BB45FA

RGB

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

 GREEN value IS 69 (27.34% from 255) = 13.64%

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

R = 36.96%
G = 13.64%
B = 49.41%

CMYK

 C value IS 0.25

 M value IS 0.72

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BB45FA (or 0xBB45FA) is known color: Medium Orchid. HEX triplet: BB, 45 and FA. RGB value is (187,69,250). Sum of RGB (Red+Green+Blue) = 187+69+250=506 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.96% from 506); Green value is 69 (27.34% from 255 or 13.64% from 506); Blue value is 250 (98.05% from 255 or 49.41% from 506); Max value from RGB is 250 - color contains mainly: blue. Hex color #BB45FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BB45FA is #44BA05. Grayscale: #7C7C7C. Windows color (decimal): -4504070 or 16401851. OLE color: 16401851.

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

Color convert

RGB 187 69 250 -
CMYK 0.25 0.72 0 0.02
HSL 279.12º 0.95% 0.63% -
HSV(B) 279.12º 0.72% 0.98% -
XYZ 39.88 21.72 92.53 -
YUV 124.92 198.59 172.28 -
System Red Green Blue C M Y K H S L
Decimal 187 69 250 0.25 0.72 0 0.02 279.12 0.95 0.63
Hex BB 45 FA 19 48 0 2 117 5F 3F
Octal 273 105 372 31 110 0 2 427 137 77
Binary 10111011 1000101 11111010 11001 1001000 0 10 100010111 1011111 111111

Color Harmonies of #BB45FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB45FA

Black with #BB45FA

Text Example


Text Example

White with #BB45FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB45FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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