Html Css Color HEX #B643F2 Medium Orchid

📋 copy color: '#B643F2'

red 182 ◦ green 67 ◦ blue 242

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

Shades of Medium Orchid #B643F2

Tints of Medium Orchid #B643F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 49.29%

R = 37.07%
G = 13.65%
B = 49.29%

CMYK

 C value IS 0.25

 M value IS 0.72

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#B643F2 (or 0xB643F2) is known color: Medium Orchid. HEX triplet: B6, 43 and F2. RGB value is (182,67,242). Sum of RGB (Red+Green+Blue) = 182+67+242=491 (65% of max value = 765). Red value is 182 (71.48% from 255 or 37.07% from 491); Green value is 67 (26.56% from 255 or 13.65% from 491); Blue value is 242 (94.92% from 255 or 49.29% from 491); Max value from RGB is 242 - color contains mainly: blue. Hex color #B643F2 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B643F2 is #49BC0D. Grayscale: #787878. Windows color (decimal): -4832270 or 15877046. OLE color: 15877046.

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

Color convert

RGB 182 67 242 -
CMYK 0.25 0.72 0 0.05
HSL 279.43º 0.87% 0.61% -
HSV(B) 279.43º 0.72% 0.95% -
XYZ 37.33 20.37 85.97 -
YUV 121.34 196.1 171.27 -
System Red Green Blue C M Y K H S L
Decimal 182 67 242 0.25 0.72 0 0.05 279.43 0.87 0.61
Hex B6 43 F2 19 48 0 5 117 57 3D
Octal 266 103 362 31 110 0 5 427 127 75
Binary 10110110 1000011 11110010 11001 1001000 0 101 100010111 1010111 111101

Color Harmonies of #B643F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B643F2

Black with #B643F2

Text Example


Text Example

White with #B643F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B643F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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