Html Css Color HEX #B23DCA Medium Orchid

📋 copy color: '#B23DCA'

red 178 ◦ green 61 ◦ blue 202

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

Shades of Medium Orchid #B23DCA

Tints of Medium Orchid #B23DCA

RGB

 RED value IS 178 (69.92% from 255) = 40.36%

 GREEN value IS 61 (24.22% from 255) = 13.83%

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

R = 40.36%
G = 13.83%
B = 45.8%

CMYK

 C value IS 0.12

 M value IS 0.70

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B23DCA (or 0xB23DCA) is known color: Medium Orchid. HEX triplet: B2, 3D and CA. RGB value is (178,61,202). Sum of RGB (Red+Green+Blue) = 178+61+202=441 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.36% from 441); Green value is 61 (24.22% from 255 or 13.83% from 441); Blue value is 202 (79.30% from 255 or 45.80% from 441); Max value from RGB is 202 - color contains mainly: blue. Hex color #B23DCA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B23DCA is #4DC235. Grayscale: #6F6F6F. Windows color (decimal): -5095990 or 13254066. OLE color: 13254066.

HSL color Cylindrical-coordinate representation of color #B23DCA: hue angle of 289.79º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B23DCA is Cyan = 0.12, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 178 61 202 -
CMYK 0.12 0.70 0 0.21
HSL 289.79º 0.57% 0.52% -
HSV(B) 289.79º 0.7% 0.79% -
XYZ 30.69 17.07 57.55 -
YUV 112.06 178.76 175.04 -
System Red Green Blue C M Y K H S L
Decimal 178 61 202 0.12 0.70 0 0.21 289.79 0.57 0.52
Hex B2 3D CA C 46 0 15 122 39 34
Octal 262 75 312 14 106 0 25 442 71 64
Binary 10110010 111101 11001010 1100 1000110 0 10101 100100010 111001 110100

Color Harmonies of #B23DCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B23DCA

Black with #B23DCA

Text Example


Text Example

White with #B23DCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B23DCA; }

 p { color: rgb(178,61,202); }

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

background-color css

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

 a { background-color: rgb(178,61,202); }

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

border-color css

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

 span { border-color: rgb(178,61,202); }

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