Html Css Color HEX #BB43FF Medium Orchid

📋 copy color: '#BB43FF'

red 187 ◦ green 67 ◦ blue 255

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

Shades of Medium Orchid #BB43FF

Tints of Medium Orchid #BB43FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 50.1%

R = 36.74%
G = 13.16%
B = 50.1%

CMYK

 C value IS 0.27

 M value IS 0.74

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#BB43FF (or 0xBB43FF) is known color: Medium Orchid. HEX triplet: BB, 43 and FF. RGB value is (187,67,255). Sum of RGB (Red+Green+Blue) = 187+67+255=509 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.74% from 509); Green value is 67 (26.56% from 255 or 13.16% from 509); Blue value is 255 (100% from 255 or 50.10% from 509); Max value from RGB is 255 - color contains mainly: blue. Hex color #BB43FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BB43FF is #44BC00. Grayscale: #7B7B7B. Windows color (decimal): -4504577 or 16729019. OLE color: 16729019.

HSL color Cylindrical-coordinate representation of color #BB43FF: hue angle of 278.3º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BB43FF is Cyan = 0.27, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 187 67 255 -
CMYK 0.27 0.74 0 0
HSL 278.3º 1% 0.63% -
HSV(B) 278.3º 0.74% 1% -
XYZ 40.55 21.8 96.68 -
YUV 124.31 201.76 172.71 -
System Red Green Blue C M Y K H S L
Decimal 187 67 255 0.27 0.74 0 0 278.3 1 0.63
Hex BB 43 FF 1B 4A 0 0 116 64 3F
Octal 273 103 377 33 112 0 0 426 144 77
Binary 10111011 1000011 11111111 11011 1001010 0 0 100010110 1100100 111111

Color Harmonies of #BB43FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB43FF

Black with #BB43FF

Text Example


Text Example

White with #BB43FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB43FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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