Html Css Color HEX #B641CA Medium Orchid

📋 copy color: '#B641CA'

red 182 ◦ green 65 ◦ blue 202

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

Shades of Medium Orchid #B641CA

Tints of Medium Orchid #B641CA

RGB

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

 GREEN value IS 65 (25.78% from 255) = 14.48%

 BLUE value IS 202 (79.3% from 255) = 44.99%

R = 40.53%
G = 14.48%
B = 44.99%

CMYK

 C value IS 0.10

 M value IS 0.68

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B641CA (or 0xB641CA) is known color: Medium Orchid. HEX triplet: B6, 41 and CA. RGB value is (182,65,202). Sum of RGB (Red+Green+Blue) = 182+65+202=449 (59% of max value = 765). Red value is 182 (71.48% from 255 or 40.53% from 449); Green value is 65 (25.78% from 255 or 14.48% from 449); Blue value is 202 (79.30% from 255 or 44.99% from 449); Max value from RGB is 202 - color contains mainly: blue. Hex color #B641CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B641CA is #49BE35. Grayscale: #737373. Windows color (decimal): -4832822 or 13255094. OLE color: 13255094.

HSL color Cylindrical-coordinate representation of color #B641CA: hue angle of 291.24º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B641CA is Cyan = 0.10, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 182 65 202 -
CMYK 0.10 0.68 0 0.21
HSL 291.24º 0.56% 0.52% -
HSV(B) 291.24º 0.68% 0.79% -
XYZ 31.84 17.99 57.67 -
YUV 115.6 176.76 175.36 -
System Red Green Blue C M Y K H S L
Decimal 182 65 202 0.10 0.68 0 0.21 291.24 0.56 0.52
Hex B6 41 CA A 44 0 15 123 38 34
Octal 266 101 312 12 104 0 25 443 70 64
Binary 10110110 1000001 11001010 1010 1000100 0 10101 100100011 111000 110100

Color Harmonies of #B641CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B641CA

Black with #B641CA

Text Example


Text Example

White with #B641CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B641CA; }

 p { color: rgb(182,65,202); }

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

background-color css

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

 a { background-color: rgb(182,65,202); }

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

border-color css

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

 span { border-color: rgb(182,65,202); }

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