Html Css Color HEX #BB43FC Medium Orchid

📋 copy color: '#BB43FC'

red 187 ◦ green 67 ◦ blue 252

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

Shades of Medium Orchid #BB43FC

Tints of Medium Orchid #BB43FC

RGB

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

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

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

R = 36.96%
G = 13.24%
B = 49.8%

CMYK

 C value IS 0.26

 M value IS 0.73

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#BB43FC (or 0xBB43FC) is known color: Medium Orchid. HEX triplet: BB, 43 and FC. RGB value is (187,67,252). Sum of RGB (Red+Green+Blue) = 187+67+252=506 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.96% from 506); Green value is 67 (26.56% from 255 or 13.24% from 506); Blue value is 252 (98.83% from 255 or 49.80% from 506); Max value from RGB is 252 - color contains mainly: blue. Hex color #BB43FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BB43FC is #44BC03. Grayscale: #7B7B7B. Windows color (decimal): -4504580 or 16532411. OLE color: 16532411.

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

Color convert

RGB 187 67 252 -
CMYK 0.26 0.73 0 0.01
HSL 278.92º 0.97% 0.63% -
HSV(B) 278.92º 0.73% 0.99% -
XYZ 40.07 21.61 94.15 -
YUV 123.97 200.26 172.96 -
System Red Green Blue C M Y K H S L
Decimal 187 67 252 0.26 0.73 0 0.01 278.92 0.97 0.63
Hex BB 43 FC 1A 49 0 1 117 61 3F
Octal 273 103 374 32 111 0 1 427 141 77
Binary 10111011 1000011 11111100 11010 1001001 0 1 100010111 1100001 111111

Color Harmonies of #BB43FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB43FC

Black with #BB43FC

Text Example


Text Example

White with #BB43FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB43FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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