Html Css Color HEX #B643CA Medium Orchid

📋 copy color: '#B643CA'

red 182 ◦ green 67 ◦ blue 202

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

Shades of Medium Orchid #B643CA

Tints of Medium Orchid #B643CA

RGB

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

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

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

R = 40.35%
G = 14.86%
B = 44.79%

CMYK

 C value IS 0.10

 M value IS 0.67

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B643CA (or 0xB643CA) is known color: Medium Orchid. HEX triplet: B6, 43 and CA. RGB value is (182,67,202). Sum of RGB (Red+Green+Blue) = 182+67+202=451 (59% of max value = 765). Red value is 182 (71.48% from 255 or 40.35% from 451); Green value is 67 (26.56% from 255 or 14.86% from 451); Blue value is 202 (79.30% from 255 or 44.79% from 451); Max value from RGB is 202 - color contains mainly: blue. Hex color #B643CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B643CA is #49BC35. Grayscale: #747474. Windows color (decimal): -4832310 or 13255606. OLE color: 13255606.

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

Color convert

RGB 182 67 202 -
CMYK 0.10 0.67 0 0.21
HSL 291.11º 0.56% 0.53% -
HSV(B) 291.11º 0.67% 0.79% -
XYZ 31.96 18.22 57.71 -
YUV 116.78 176.1 174.52 -
System Red Green Blue C M Y K H S L
Decimal 182 67 202 0.10 0.67 0 0.21 291.11 0.56 0.53
Hex B6 43 CA A 43 0 15 123 38 35
Octal 266 103 312 12 103 0 25 443 70 65
Binary 10110110 1000011 11001010 1010 1000011 0 10101 100100011 111000 110101

Color Harmonies of #B643CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B643CA

Black with #B643CA

Text Example


Text Example

White with #B643CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B643CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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