Html Css Color HEX #BB3AF4 Medium Orchid

📋 copy color: '#BB3AF4'

red 187 ◦ green 58 ◦ blue 244

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

Shades of Medium Orchid #BB3AF4

Tints of Medium Orchid #BB3AF4

RGB

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

 GREEN value IS 58 (23.05% from 255) = 11.86%

 BLUE value IS 244 (95.7% from 255) = 49.9%

R = 38.24%
G = 11.86%
B = 49.9%

CMYK

 C value IS 0.23

 M value IS 0.76

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#BB3AF4 (or 0xBB3AF4) is known color: Medium Orchid. HEX triplet: BB, 3A and F4. RGB value is (187,58,244). Sum of RGB (Red+Green+Blue) = 187+58+244=489 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.24% from 489); Green value is 58 (23.05% from 255 or 11.86% from 489); Blue value is 244 (95.70% from 255 or 49.90% from 489); Max value from RGB is 244 - color contains mainly: blue. Hex color #BB3AF4 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BB3AF4 is #44C50B. Grayscale: #757575. Windows color (decimal): -4506892 or 16005819. OLE color: 16005819.

HSL color Cylindrical-coordinate representation of color #BB3AF4: hue angle of 281.61º degrees, saturation: 0.89, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BB3AF4 is Cyan = 0.23, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 187 58 244 -
CMYK 0.23 0.76 0 0.04
HSL 281.61º 0.89% 0.59% -
HSV(B) 281.61º 0.76% 0.96% -
XYZ 38.34 20.12 87.45 -
YUV 117.78 199.24 177.38 -
System Red Green Blue C M Y K H S L
Decimal 187 58 244 0.23 0.76 0 0.04 281.61 0.89 0.59
Hex BB 3A F4 17 4C 0 4 11A 59 3B
Octal 273 72 364 27 114 0 4 432 131 73
Binary 10111011 111010 11110100 10111 1001100 0 100 100011010 1011001 111011

Color Harmonies of #BB3AF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB3AF4

Black with #BB3AF4

Text Example


Text Example

White with #BB3AF4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB3AF4; }

 p { color: rgb(187,58,244); }

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

background-color css

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

 a { background-color: rgb(187,58,244); }

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

border-color css

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

 span { border-color: rgb(187,58,244); }

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