Html Css Color HEX #B643FC Medium Orchid

📋 copy color: '#B643FC'

red 182 ◦ green 67 ◦ blue 252

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

Shades of Medium Orchid #B643FC

Tints of Medium Orchid #B643FC

RGB

 RED value IS 182 (71.48% from 255) = 36.33%

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

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

R = 36.33%
G = 13.37%
B = 50.3%

CMYK

 C value IS 0.28

 M value IS 0.73

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B643FC (or 0xB643FC) is known color: Medium Orchid. HEX triplet: B6, 43 and FC. RGB value is (182,67,252). Sum of RGB (Red+Green+Blue) = 182+67+252=501 (66% of max value = 765). Red value is 182 (71.48% from 255 or 36.33% from 501); Green value is 67 (26.56% from 255 or 13.37% from 501); Blue value is 252 (98.83% from 255 or 50.30% from 501); Max value from RGB is 252 - color contains mainly: blue. Hex color #B643FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B643FC is #49BC03. Grayscale: #797979. Windows color (decimal): -4832260 or 16532406. OLE color: 16532406.

HSL color Cylindrical-coordinate representation of color #B643FC: hue angle of 277.3º 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 #B643FC is Cyan = 0.28, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 182 67 252 -
CMYK 0.28 0.73 0 0.01
HSL 277.3º 0.97% 0.63% -
HSV(B) 277.3º 0.73% 0.99% -
XYZ 38.87 20.99 94.1 -
YUV 122.48 201.1 170.46 -
System Red Green Blue C M Y K H S L
Decimal 182 67 252 0.28 0.73 0 0.01 277.3 0.97 0.63
Hex B6 43 FC 1C 49 0 1 115 61 3F
Octal 266 103 374 34 111 0 1 425 141 77
Binary 10110110 1000011 11111100 11100 1001001 0 1 100010101 1100001 111111

Color Harmonies of #B643FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B643FC

Black with #B643FC

Text Example


Text Example

White with #B643FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B643FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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